Sort types.__all__

This commit is contained in:
Alex Root Junior 2017-06-02 03:09:40 +03:00
parent e00bc027cf
commit 2dba2af775

View file

@ -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',