fix: fix indentation

This commit is contained in:
Forden 2020-08-04 23:00:00 +03:00
parent a40f99117b
commit e57c92bd4a

View File

@ -18,16 +18,7 @@ class InlineConstructor:
@staticmethod @staticmethod
def _create_kb( def _create_kb(
actions: List[Dict[ actions: List[Dict[str, Union[str, bool, Tuple[Dict[str, str], CallbackData], LoginUrl, CallbackGame]]],
str,
Union[
str,
bool,
Tuple[Dict[str, str], CallbackData],
LoginUrl,
CallbackGame,
]
]],
schema: List[int] schema: List[int]
) -> InlineKeyboardMarkup: ) -> InlineKeyboardMarkup:
kb = InlineKeyboardMarkup() kb = InlineKeyboardMarkup()