Skip to content

Commit 56a78fd

Browse files
Updated code
1 parent 1ff05c7 commit 56a78fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/generate_results.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from json import loads
2-
from typing import Union, Dict, Any
2+
from typing import Union
33
from pathlib import Path
44
from os.path import join
55

@@ -77,7 +77,6 @@
7777
</html>
7878
"""
7979

80-
# def read_json(path: Union[str, Path]) -> Dict[str, Any]:
8180
def read_json(path: Union[str, Path]) -> str:
8281
with open(path, "r") as f:
8382
return f.read()

0 commit comments

Comments
 (0)