X Tutup
Skip to content

Commit 5e2d96b

Browse files
committed
Make tests actually run at all
1 parent 551f6c5 commit 5e2d96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telegram/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
from .emoji import Emoji
4747
from .parsemode import ParseMode
4848
from .messageentity import MessageEntity
49+
from .animation import Animation
50+
from .game import Game
4951
from .message import Message
5052
from .inputmessagecontent import InputMessageContent
5153
from .callbackquery import CallbackQuery
@@ -79,8 +81,6 @@
7981
from .inputvenuemessagecontent import InputVenueMessageContent
8082
from .inputcontactmessagecontent import InputContactMessageContent
8183
from .webhookinfo import WebhookInfo
82-
from .animation import Animation
83-
from .game import Game
8484
from .gamehighscore import GameHighScore
8585
from .update import Update
8686
from .bot import Bot

0 commit comments

Comments
 (0)
X Tutup