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

enh: optimize imports

This commit is contained in:
uburuntu
2018-08-17 12:54:26 +03:00
parent feec1dde56
commit 99466017c5
12 changed files with 35 additions and 29 deletions

View File

@@ -11,10 +11,10 @@ except ImportError:
# Python 3
from http.server import BaseHTTPRequestHandler, HTTPServer
import ssl
import telebot
import logging
import ssl
import telebot
API_TOKEN = '<api_token>'