summaryrefslogtreecommitdiff
path: root/src/test/test_hydrilla_builder.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test_hydrilla_builder.py')
-rw-r--r--src/test/test_hydrilla_builder.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/test_hydrilla_builder.py b/src/test/test_hydrilla_builder.py
index 93392db..5b11dd9 100644
--- a/src/test/test_hydrilla_builder.py
+++ b/src/test/test_hydrilla_builder.py
@@ -4,6 +4,9 @@
#
# Available under the terms of Creative Commons Zero v1.0 Universal.
+# Enable using with Python 3.7.
+from __future__ import annotations
+
import pytest
import json
import shutil