diff --git a/commands.py b/commands.py index 2d68bce..08ed3c0 100644 --- a/commands.py +++ b/commands.py @@ -7,7 +7,6 @@ from telegram import ( from telegram.constants import ParseMode from telegram.ext import ContextTypes -import html_parser import config from datetime import datetime, timedelta from extensions import ( diff --git a/inline_query.py b/inline_query.py index 4cdce22..ca83f2d 100644 --- a/inline_query.py +++ b/inline_query.py @@ -12,7 +12,6 @@ from telegram import ( from telegram.constants import ParseMode from telegram.ext import ContextTypes -import html_parser import config from extensions import humanize_tags_from_json, format_rating, get_json, HtmlFormat