diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gen_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen_data.py b/tools/gen_data.py index 32a5347..2b84e9c 100755 --- a/tools/gen_data.py +++ b/tools/gen_data.py @@ -79,7 +79,7 @@ def main() -> int: # TODO: Remember to remove this also from tools/gen_data.py - from ._pathlib import Path + from pathlib import Path import typing as T if T.TYPE_CHECKING: |