diff --git a/nonebot_plugin_nailongremove/handler.py b/nonebot_plugin_nailongremove/handler.py index 35e4f87..3eb8362 100644 --- a/nonebot_plugin_nailongremove/handler.py +++ b/nonebot_plugin_nailongremove/handler.py @@ -1,15 +1,6 @@ import asyncio import io -from typing import ( - Any, - Awaitable, - Callable, - Iterable, - Iterator, - List, - TypeVar, - cast, -) +from typing import Any, Awaitable, Callable, Iterable, Iterator, List, TypeVar, cast import cv2 import numpy as np diff --git a/nonebot_plugin_nailongremove/uniapi/__init__.py b/nonebot_plugin_nailongremove/uniapi/__init__.py index 971081f..b19d43c 100644 --- a/nonebot_plugin_nailongremove/uniapi/__init__.py +++ b/nonebot_plugin_nailongremove/uniapi/__init__.py @@ -1,3 +1,2 @@ from .mute import mute as mute from .recall import recall as recall -