Reduce import time part 3: remove typing import#251
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #251 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 525 526 +1
Branches 97 97
=========================================
+ Hits 525 526 +1 ☔ View full report in Codecov by Sentry. |
hauntsaninja
left a comment
There was a problem hiding this comment.
Does TYPE_CHECKING = False not work? Only mypy will understand MYPY = False
|
I actually only tried |
|
Great! Switched to |
|
According to my tests, making |
No description provided.