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
fromdataclassesimportdataclassfromtypingimportTypeVar, TYPE_CHECKING, Generic@dataclassclassA:
b: 'B'# NameError: 'B' is not defined@dataclassclassB:
a: A
Does not resolve even under conditions where the following are added to the top (forward-references should generally resolve via quotations, however PEP563 gives these suggestions