Skip to content

Commit 0ec824c

Browse files
committed
merge conflicts and indentation error
1 parent 6b7708d commit 0ec824c

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)