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