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
Fixes#2655
As discussed in typing docs, Type[Any] is equivalent to plain type. is_subtype was checking this only one side, here I add the opposite side.
From
typing
docs:But this code produces error:
The text was updated successfully, but these errors were encountered: