Usage of Final
in typed dictionaries and named tuples
#9767
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
#9526 adds a check when
ClassVar
is used as a type qualifier for typed dictionaries and named tuples, as per python/typing#1890.However, it seems that
Final
wasn't included in the check.The text was updated successfully, but these errors were encountered: