Skip to content

Commit 1b2ee02

Browse files
committed
Fix failing py3 builds attempt 5
1 parent 8206661 commit 1b2ee02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telebot/apihelper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
from telebot import util
88
from telebot import logger
9+
from telebot import types
910

1011
API_URL = "https://api.telegram.org/bot{0}/{1}"
1112
FILE_URL = "https://api.telegram.org/file/bot{0}/{1}"

0 commit comments

Comments
 (0)