Closed erictraut closed 2 months ago
… a dataclass. Previously, the Final qualifier needed to be the outermost. This addresses #8676.
Final
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
… a dataclass. Previously, the
Final
qualifier needed to be the outermost. This addresses #8676.