mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-14 19:48:57 +01:00
Make tests actually run at all
This commit is contained in:
parent
551f6c556c
commit
5e2d96b47d
1 changed files with 2 additions and 2 deletions
|
@ -46,6 +46,8 @@ from .file import File
|
|||
from .emoji import Emoji
|
||||
from .parsemode import ParseMode
|
||||
from .messageentity import MessageEntity
|
||||
from .animation import Animation
|
||||
from .game import Game
|
||||
from .message import Message
|
||||
from .inputmessagecontent import InputMessageContent
|
||||
from .callbackquery import CallbackQuery
|
||||
|
@ -79,8 +81,6 @@ from .inputlocationmessagecontent import InputLocationMessageContent
|
|||
from .inputvenuemessagecontent import InputVenueMessageContent
|
||||
from .inputcontactmessagecontent import InputContactMessageContent
|
||||
from .webhookinfo import WebhookInfo
|
||||
from .animation import Animation
|
||||
from .game import Game
|
||||
from .gamehighscore import GameHighScore
|
||||
from .update import Update
|
||||
from .bot import Bot
|
||||
|
|
Loading…
Add table
Reference in a new issue