X Tutup
Skip to content

Commit 01430a2

Browse files
committed
Import order fix
1 parent acda19b commit 01430a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
from .orderinfo import OrderInfo
5757
from .successfulpayment import SuccessfulPayment
5858
from .invoice import Invoice
59+
from .videonote import VideoNote
5960
from .message import Message
6061
from .inputmessagecontent import InputMessageContent
6162
from .callbackquery import CallbackQuery
@@ -94,7 +95,6 @@
9495
from .shippingquery import ShippingQuery
9596
from .webhookinfo import WebhookInfo
9697
from .gamehighscore import GameHighScore
97-
from .videonote import VideoNote
9898
from .update import Update
9999
from .bot import Bot
100100
from .constants import (MAX_MESSAGE_LENGTH, MAX_CAPTION_LENGTH, SUPPORTED_WEBHOOK_PORTS,

0 commit comments

Comments
 (0)
X Tutup