From c0d93a3fb9fb9bd15bbaeb96f321a906505a117f Mon Sep 17 00:00:00 2001 From: eternnoir Date: Fri, 3 Jul 2015 09:30:30 +0800 Subject: [PATCH] Remove unuse import. --- telebot/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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):