fix: fix indentation
This commit is contained in:
parent
a40f99117b
commit
e57c92bd4a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user