assert_type(A, Type[A])
: Expression is of type "Type[A]", not "Type[A]"
#13623
Labels
assert_type(A, Type[A])
: Expression is of type "Type[A]", not "Type[A]"
#13623
Bug Report
assert_type(A, Type[A])
raises the error: Expression is of type "Type[A]", not "Type[A]"To Reproduce
Expected Behavior
I don't think mypy should raise here
Your Environment
mypy.ini
(and other config files): NoneThe text was updated successfully, but these errors were encountered: