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
while using Union as a work-around for lack of TypeAlias.
But with the recent change of Union (probably since microsoft/pyright#2479), such usage would cause an error of "Union requires of two or more type arguments".
So, is there another way to accomplish a forward type alias in Python 3.8? Or is it possible to mute this error?