From 2dba2af775df2756d35ff0a5e2b356db014f0ea9 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 2 Jun 2017 03:09:40 +0300 Subject: [PATCH] Sort types.__all__ --- aiogram/types/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aiogram/types/__init__.py b/aiogram/types/__init__.py index f86f5437..9b311bd9 100644 --- a/aiogram/types/__init__.py +++ b/aiogram/types/__init__.py @@ -39,12 +39,13 @@ __all__ = [ 'Base', 'CallbackQuery', 'Chat', - 'ChatType', 'ChatActions', 'ChatMember', 'ChatMemberStatus', + 'ChatType', 'ChosenInlineResult', 'Contact', + 'ContentType', 'Document', 'File', 'ForceReply', @@ -54,15 +55,14 @@ __all__ = [ 'InlineKeyboardMarkup', 'InlineQuery', 'Invoice', + 'KeyboardButton', 'Location', 'Message', - 'ContentType', - 'ParseMode', 'MessageEntity', 'OrderInfo', + 'ParseMode', 'PhotoSize', 'PreCheckoutQuery', - 'KeyboardButton', 'ReplyKeyboardMarkup', 'ReplyKeyboardRemove', 'ShippingAddress',