mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Fix obsolete import for fsm bot.
This commit is contained in:
parent
33f047a3dc
commit
a264530540
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
# This program is dedicated to the public domain under the CC0 license.
|
||||
|
||||
import logging
|
||||
from telegram import Updater, ReplyKeyboardMarkup, Emoji, ForceReply
|
||||
from telegram import Emoji, ForceReply, ReplyKeyboardMarkup
|
||||
from telegram.ext import Updater
|
||||
|
||||
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - '
|
||||
'%(message)s',
|
||||
|
|
Loading…
Reference in a new issue