From 1b8c096db6ae5318f5346f77b3f8ec6f86202456 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Mon, 9 Jun 2025 13:43:19 +0300 Subject: [PATCH] fix: whoops Signed-off-by: mctaylors --- commands.py | 1 - inline_query.py | 1 - 2 files changed, 2 deletions(-) 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