Skip to content

Commit a264530

Browse files
Fix obsolete import for fsm bot.
1 parent 33f047a commit a264530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/state_machine_bot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# This program is dedicated to the public domain under the CC0 license.
66

77
import logging
8-
from telegram import Updater, ReplyKeyboardMarkup, Emoji, ForceReply
8+
from telegram import Emoji, ForceReply, ReplyKeyboardMarkup
9+
from telegram.ext import Updater
910

1011
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - '
1112
'%(message)s',

0 commit comments

Comments
 (0)