mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
Unused import #232
This commit is contained in:
parent
fc277d7393
commit
9a96ad8efd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import functools
|
|||
import logging
|
||||
|
||||
from telegram import (User, Message, Update, UserProfilePhotos, File,
|
||||
TelegramError, ReplyMarkup, TelegramObject, NullHandler)
|
||||
ReplyMarkup, TelegramObject, NullHandler)
|
||||
from telegram.error import InvalidToken
|
||||
from telegram.utils import request
|
||||
from telegram.utils.validate import validate_string
|
||||
|
|
Loading…
Add table
Reference in a new issue