roundedrectangle
Results
2
comments of
roundedrectangle
Yes, but, setting the variable manually works too: ```python TYPE_CHECKING = False if TYPE_CHECKING: pass # code is reachable ``` It also makes the code faster because importing typing module...
It happens in vanilla pyright, too. I created an [issue](https://github.com/microsoft/pyright/issues/10503) on official pyright repository, but it got closed as not planned (by design). Should I close the issue on this...