aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-28 11:17:24 +0100
committerAlex Schofield <git@ajschof.me>2024-08-28 11:17:24 +0100
commitd4c20088cdfc602faec21bd55df703a41dc0a343 (patch)
treea3e05ff465688fc1b53101345c6f2fb7563d249c /tests
parent23e20341e0b61c75ea81ab8a8d7a55bdd06e1b16 (diff)
downloadde-project-bentley-d4c20088cdfc602faec21bd55df703a41dc0a343.tar.gz
de-project-bentley-d4c20088cdfc602faec21bd55df703a41dc0a343.zip
test: re-add json module import
Diffstat (limited to 'tests')
-rw-r--r--tests/test_load_lambda.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py
index 3ad7158..02fd461 100644
--- a/tests/test_load_lambda.py
+++ b/tests/test_load_lambda.py
@@ -13,6 +13,7 @@ from src.load_lambda import (
upload_dfs_to_database,
)
import tempfile
+import json
@pytest.fixture(scope="class")
git.ajschof.me — hosted by ajschofield — powered by cgit