🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot]
2022-01-28 06:04:57 +00:00
parent d06e06eba2
commit fd8fd233b6
7 changed files with 7 additions and 46 deletions

View File

@ -5,12 +5,7 @@ from nonebot.matcher import Matcher
from nonebot.permission import Permission
from nonebot.dependencies import Dependent
from nonebot.rule import Rule, ArgumentParser
from nonebot.typing import (
T_State,
T_Handler,
T_RuleChecker,
T_PermissionChecker,
)
from nonebot.typing import T_State, T_Handler, T_RuleChecker, T_PermissionChecker
def on(
type: str = "",