1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

fix: little style fixes

This commit is contained in:
uburuntu
2018-08-17 12:49:37 +03:00
parent 54eba946be
commit feec1dde56
7 changed files with 10 additions and 9 deletions

View File

@ -31,7 +31,6 @@
# steps are not shown here. Only steps 5 to 7 are illustrated, some in pseudo-code, with this example.
import telebot
import time
bot = telebot.TeleBot('TOKEN')

View File

@ -2,7 +2,6 @@
"""
This Example will show you how to use register_next_step handler.
"""
import time
import telebot
from telebot import types