Fixes
-
Fix type hinting compatibility for 3.8. 9c2bb03
Replaced
list
withList
for type hints to ensure compatibility with earlier Python versions.
Fix type hinting compatibility for 3.8. 9c2bb03
Replaced list
with List
for type hints to ensure compatibility with earlier Python versions.