chore(telegram): keep media-group fix without unrelated formatting changes

This commit is contained in:
Kim
2026-02-27 12:16:51 +08:00
parent aa774733ea
commit a3e0543eae

View File

@@ -4,10 +4,9 @@ from __future__ import annotations
import asyncio
import re
from loguru import logger
from telegram import BotCommand, ReplyParameters, Update
from telegram.ext import Application, CommandHandler, ContextTypes, MessageHandler, filters
from telegram import BotCommand, Update, ReplyParameters
from telegram.ext import Application, CommandHandler, MessageHandler, filters, ContextTypes
from telegram.request import HTTPXRequest
from nanobot.bus.events import OutboundMessage