mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 02:50:48 +00:00
🚨 Develop: 完全使用 ruff 替代 isort 与 black (#3151)
This commit is contained in:
@ -11,11 +11,11 @@ FrontMatter:
|
||||
description: nonebot.permission 模块
|
||||
"""
|
||||
|
||||
from nonebot.params import EventType
|
||||
from nonebot.adapters import Bot, Event
|
||||
from nonebot.internal.permission import USER as USER
|
||||
from nonebot.internal.permission import User as User
|
||||
from nonebot.internal.permission import Permission as Permission
|
||||
from nonebot.internal.permission import User as User
|
||||
from nonebot.params import EventType
|
||||
|
||||
|
||||
class Message:
|
||||
|
Reference in New Issue
Block a user