Skip to content

Commit

Permalink
🚨 auto fix by pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 25, 2024
1 parent bf1b233 commit 908c1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nonebot_plugin_wait_a_minute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from nonebot.consts import WINDOWS
from nonebot.exception import SkippedException
from nonebot.log import logger
from nonebot.matcher import Matcher # noqa: TCH002 # NoneBot Dependency Injection Require
from nonebot.matcher import Matcher # noqa: TC002 # NoneBot Dependency Injection Require
from nonebot.message import run_preprocessor
from nonebot.plugin import PluginMetadata
from nonebot.utils import is_coroutine_callable, run_sync
Expand Down Expand Up @@ -133,4 +133,4 @@ async def _(matcher: Matcher):
on_shutdown_before = Hook.register
graceful = Hook.graceful

__all__ = ['on_shutdown_before', 'graceful']
__all__ = ['graceful', 'on_shutdown_before']

0 comments on commit 908c1ac

Please sign in to comment.