diff --git a/telebot/__init__.py b/telebot/__init__.py index fb1287d..1643252 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -1,10 +1,9 @@ # -*- coding: utf-8 -*- from __future__ import print_function -import time import threading -import re +import re from telebot import apihelper, types """ @@ -29,7 +28,6 @@ class TeleBot: sendChatAction getUserProfilePhotos getUpdates - setWebhook """ def __init__(self, token):