Skip to content

Commit 6b7708d

Browse files
authored
Merge branch 'main' into release/SDS-1-0-2
2 parents 484a35f + 394dce6 commit 6b7708d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def _flatten(d: dict, parent_key:str = "", sep:str=".") -> dict:
433433
ext = os.path.splitext(path)[1].lower()
434434
try:
435435
if ext == ".json":
436-
with open(path) as f:
436+
with open(path) as f:
437437
raw = json.load(f)
438438

439439
if isinstance(raw, list):

0 commit comments

Comments
 (0)