mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-26 07:41:20 +00:00
🚨 Develop: 完全使用 ruff 替代 isort 与 black (#3151)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from typing import Union, TypeVar
|
||||
from typing import TypeVar, Union
|
||||
|
||||
from nonebot.adapters import Event, Message
|
||||
from nonebot.params import EventToMe, EventType, EventMessage, EventPlainText
|
||||
from nonebot.params import EventMessage, EventPlainText, EventToMe, EventType
|
||||
|
||||
|
||||
async def event(e: Event) -> Event:
|
||||
|
Reference in New Issue
Block a user