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
For example Unit = TypeAliasType("Unit", tuple[()]) is reported as error[invalid-type-form], independent of whether TypeAliasType is imported from typing or typing_extensions.