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:
parent
288bb95553
commit
c0d93a3fb9
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user