Clear Up Import Policy (#2671)

Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
This commit is contained in:
Bibo-Joshi
2021-09-22 16:49:10 +02:00
committed by Hinrich Mahler
parent f6497093ce
commit c440c255a7
124 changed files with 1526 additions and 1165 deletions
+1 -3
View File
@@ -20,7 +20,7 @@ bot.
import logging
from telegram import ParseMode, InlineKeyboardMarkup, InlineKeyboardButton, Update
from telegram import ParseMode, InlineKeyboardMarkup, InlineKeyboardButton, Update, helpers
from telegram.ext import (
Updater,
CommandHandler,
@@ -30,8 +30,6 @@ from telegram.ext import (
)
# Enable logging
from telegram.utils import helpers
logging.basicConfig(
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s", level=logging.INFO
)
+1 -1
View File
@@ -16,8 +16,8 @@ import logging
from uuid import uuid4
from telegram import InlineQueryResultArticle, ParseMode, InputTextMessageContent, Update
from telegram.helpers import escape_markdown
from telegram.ext import Updater, InlineQueryHandler, CommandHandler, CallbackContext
from telegram.utils.helpers import escape_markdown
# Enable logging
logging.basicConfig(