You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from __future__ importannotationsfromtypingimportTYPE_CHECKINGifTYPE_CHECKING:
fromSandpitimportfoodefasdf() ->foo: # or Module[foo]fromSandpitimportfooreturnfoo
Pitch
this pattern is useful as a quick hack for resolving circular imports, also pycharm allows it