'mypy' failure due to circular dependency

前端 未结 0 730
礼貌的吻别
礼貌的吻别 2020-11-29 01:37

I am writing some python code with type hinting and am facing a circular dependency problem with mypy.

#a.py
from typing import TYPE_CHECKING
  
if TYPE_CHECK         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题