aboutsummaryrefslogtreecommitdiff
path: root/tools/gen_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gen_data.py')
-rwxr-xr-xtools/gen_data.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gen_data.py b/tools/gen_data.py
index 2cc05a4..32a5347 100755
--- a/tools/gen_data.py
+++ b/tools/gen_data.py
@@ -78,7 +78,8 @@ def main() -> int:
####
- from pathlib import Path
+ # TODO: Remember to remove this also from tools/gen_data.py
+ from ._pathlib import Path
import typing as T
if T.TYPE_CHECKING: