clean code

This commit is contained in:
2024-03-22 17:17:22 +08:00
parent 34f5a10ef5
commit 2a5dda6058
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from aiohttp import ClientSession
from telegram import Update, Chat, ChatMemberAdministrator
from telegram import Update, Chat
from telegram.constants import ParseMode, ChatAction
from telegram.ext import (
Application,