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
Function is_literal doesn't return True for typing.Literal[42] on Python 3.9.0. Type of typing.Literal instances has been changed from _GenericAlias to _LiteralGenericAlias since 3.9.1.
Description
Function
is_literal
doesn't returnTrue
fortyping.Literal[42]
on Python 3.9.0. Type oftyping.Literal
instances has been changed from_GenericAlias
to_LiteralGenericAlias
since 3.9.1.The text was updated successfully, but these errors were encountered: