mypy
96d72422
- Adds better NamedTuple error messages (#11127)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Adds better NamedTuple error messages (#11127) While working on #11047 I've noticed that mypy reports the same error for both collection.namedtuple() and typing.NamedTuple(). I've tried to fix to report the correct name.
References
#11127 - Adds better NamedTuple error messages
Author
sobolevn
Parents
b7d8724f
Loading