mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-29 06:15:52 +00:00
chore(telegram): keep media-group fix without unrelated formatting changes
This commit is contained in:
parent
aa774733ea
commit
a3e0543eae
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user