mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
remove unused import
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# This is a simple bot with schedule timer
|
||||
# https://schedule.readthedocs.io
|
||||
|
||||
import os, time, threading, schedule
|
||||
import time, threading, schedule
|
||||
from telebot import TeleBot
|
||||
|
||||
API_TOKEN = '<api_token>'
|
||||
|
||||
Reference in New Issue
Block a user