chore: replace collection type hints with generics #231
Labels
priority: medium
Medium priority
type: maintenance
Related to general repository maintenance
workload: hours
Likely takes hours to resolve
Milestone
Use type hint generics
dict
andlist
instead oftyping.Dict
andtyping.List
etc. across the entire codebase, as this is supported from Python 3.9 onwards; see PEP 585 for details.Also check if any other changes introduced in Python 3.9 can be usefully applied to the codebase.
The text was updated successfully, but these errors were encountered: