Skip to content

Commit 6eb74d4

Browse files
committed
add import json
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
1 parent 3adced2 commit 6eb74d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/terms/element.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from pathlib import Path
2+
import json
23

34
from config import base_url, catalog_path, public_path
45
from jinja import jinja2_env

src/terms/elements.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from collections import defaultdict
22
from pathlib import Path
3+
import json
34

45
from config import base_url, catalog_path, public_path
56
from jinja import jinja2_env

0 commit comments

Comments
 (0)