Closed gacou54 closed 1 year ago
The type hint list was used in _find.py, which is incompatible with Python 3.8. Using typing.List instead.
list
_find.py
typing.List
The type hint
list
was used in_find.py
, which is incompatible with Python 3.8. Usingtyping.List
instead.