diff --git a/keyboards/inline/consts.py b/keyboards/inline/consts.py index dc94422..6708e4b 100644 --- a/keyboards/inline/consts.py +++ b/keyboards/inline/consts.py @@ -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()