Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Oct 29, 2024
1 parent 3507754 commit 4f920ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 1 addition & 10 deletions nonebot_plugin_nailongremove/handler.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion nonebot_plugin_nailongremove/uniapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
from .mute import mute as mute
from .recall import recall as recall

0 comments on commit 4f920ac

Please sign in to comment.