🚨 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

@ -16,13 +16,7 @@ from nonebot.adapters import Bot, Event
from nonebot.dependencies import Dependent
from nonebot.exception import SkippedException
from nonebot.typing import T_DependencyCache, T_PermissionChecker
from nonebot.params import (
BotParam,
EventType,
EventParam,
DependParam,
DefaultParam,
)
from nonebot.params import BotParam, EventType, EventParam, DependParam, DefaultParam
async def _run_coro_with_catch(coro: Coroutine[Any, Any, Any]):