Skip to content

Commit

Permalink
🐛 hotfix: from mypy import
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Oct 19, 2024
1 parent de9c91d commit 20ad8dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions liteyuki/session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]]):
Expand Down

0 comments on commit 20ad8dc

Please sign in to comment.