mypy
9a8c171e
- Fix false positive on generic base class with six (#14478)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
Fix false positive on generic base class with six (#14478) Fixes #14475 The fix is straightforward. We need to use the "guarded accept" at this stage, similar to e.g. `clean_up_bases_and_infer_type_variables()`.
References
#14478 - Fix false positive on generic base class with six
Author
ilevkivskyi
Parents
83660d0a
Loading