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
def _create_kb(
actions: List[Dict[
str,
Union[
str,
bool,
Tuple[Dict[str, str], CallbackData],
LoginUrl,
CallbackGame,
]
]],
actions: List[Dict[str, Union[str, bool, Tuple[Dict[str, str], CallbackData], LoginUrl, CallbackGame]]],
schema: List[int]
) -> InlineKeyboardMarkup:
kb = InlineKeyboardMarkup()