🐛 hotfix: from mypy import

This commit is contained in:
远野千束 2024-10-19 21:15:37 +08:00
parent de9c91d8bd
commit 20ad8dc53f

View File

@ -3,10 +3,9 @@
该模块参考并引用了nonebot-plugin-alconna的消息段定义
"""
from typing import Any
from typing import Iterable
from magicoca import Chan, select
from mypy.server.objgraph import Iterable
from six import Iterator
def message_handler_thread(i_chans: Iterable[Chan[Any]]):