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

Remove unuse import.

This commit is contained in:
eternnoir 2015-07-03 09:30:30 +08:00
parent 288bb95553
commit c0d93a3fb9

View File

@ -1,10 +1,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import print_function from __future__ import print_function
import time
import threading import threading
import re
import re
from telebot import apihelper, types from telebot import apihelper, types
""" """
@ -29,7 +28,6 @@ class TeleBot:
sendChatAction sendChatAction
getUserProfilePhotos getUserProfilePhotos
getUpdates getUpdates
setWebhook
""" """
def __init__(self, token): def __init__(self, token):