mypy
c3cd83a2 - Fix disallow-any errors for Instance types (PEP 696) (#16832)

Commit
2 years ago
Fix disallow-any errors for Instance types (PEP 696) (#16832) Similar to TypeAlias types `Missing type parameters for generic type` should not be emitted if too many arguments are given. There is a separate error message for that. Ref: https://github.com/python/mypy/issues/14851
Author
Parents
Loading