From e57c92bd4a54e1fad44742df326bd1491de7e15d Mon Sep 17 00:00:00 2001 From: Forden Date: Tue, 4 Aug 2020 23:00:00 +0300 Subject: [PATCH] fix: fix indentation --- keyboards/inline/consts.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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()