mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Import order fix
This commit is contained in:
parent
acda19b7e7
commit
01430a24a5
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,7 @@ from .shippingaddress import ShippingAddress
|
|||
from .orderinfo import OrderInfo
|
||||
from .successfulpayment import SuccessfulPayment
|
||||
from .invoice import Invoice
|
||||
from .videonote import VideoNote
|
||||
from .message import Message
|
||||
from .inputmessagecontent import InputMessageContent
|
||||
from .callbackquery import CallbackQuery
|
||||
|
@ -94,7 +95,6 @@ from .precheckoutquery import PreCheckoutQuery
|
|||
from .shippingquery import ShippingQuery
|
||||
from .webhookinfo import WebhookInfo
|
||||
from .gamehighscore import GameHighScore
|
||||
from .videonote import VideoNote
|
||||
from .update import Update
|
||||
from .bot import Bot
|
||||
from .constants import (MAX_MESSAGE_LENGTH, MAX_CAPTION_LENGTH, SUPPORTED_WEBHOOK_PORTS,
|
||||
|
|
Loading…
Reference in a new issue