mypy
9a8c171e - Fix false positive on generic base class with six (#14478)

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()`.
Author
Parents
Loading