1
0
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:
Artem Lavrenov
2022-01-21 22:25:06 +03:00
parent a07bf86c30
commit 7eb759d1fd
4 changed files with 2 additions and 4 deletions

View File

@@ -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>'