From f737bb899c58d4e375028601c0b9d490fbebdfaa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 00:27:42 +0000 Subject: [PATCH] :rotating_light: auto fix by pre-commit hooks --- nonebot/__init__.py | 2 +- nonebot/plugin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nonebot/__init__.py b/nonebot/__init__.py index b08d00c2..6e71bfa9 100644 --- a/nonebot/__init__.py +++ b/nonebot/__init__.py @@ -274,8 +274,8 @@ from nonebot.plugin import on_endswith as on_endswith from nonebot.plugin import CommandGroup as CommandGroup from nonebot.plugin import MatcherGroup as MatcherGroup from nonebot.plugin import load_plugins as load_plugins -from nonebot.plugin import on_metaevent as on_metaevent from nonebot.plugin import on_fullmatch as on_fullmatch +from nonebot.plugin import on_metaevent as on_metaevent from nonebot.plugin import on_startswith as on_startswith from nonebot.plugin import load_from_json as load_from_json from nonebot.plugin import load_from_toml as load_from_toml diff --git a/nonebot/plugin/__init__.py b/nonebot/plugin/__init__.py index c63530db..c7b48c3b 100644 --- a/nonebot/plugin/__init__.py +++ b/nonebot/plugin/__init__.py @@ -59,10 +59,10 @@ from .on import on_endswith as on_endswith from .load import load_plugin as load_plugin from .on import CommandGroup as CommandGroup from .on import MatcherGroup as MatcherGroup +from .on import on_fullmatch as on_fullmatch from .on import on_metaevent as on_metaevent from .plugin import get_plugin as get_plugin from .load import load_plugins as load_plugins -from .on import on_fullmatch as on_fullmatch from .on import on_startswith as on_startswith from .load import load_from_json as load_from_json from .load import load_from_toml as load_from_toml