open-dingtalk / dingtalk-stream-sdk-python

Python SDK for DingTalk Stream Mode API, Compared with the webhook mode, it is easier to access the DingTalk chatbot
MIT License
63 stars 20 forks source link

Fix/circular import problem #35

Closed ginping closed 8 months ago

ginping commented 8 months ago

fix circular import problem by import typing.TYPE_CHECKING and use the string type declarations.