Skip to content

Commit 9b7053f

Browse files
committed
minor: Remove redundant file opening
1 parent 096ff2e commit 9b7053f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/impact-db_impacts_gen.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@ def list_impacts(issues: [str]) -> None:
4343

4444
with open("./lkql_checker/share/lkql/kp/kp.json", "w", encoding="utf-8") as f:
4545
json.dump(impacts, f, ensure_ascii=False, indent=4)
46-
47-
with open("./lkql_checker/share/lkql/kp/kp.json", "a", encoding="utf-8") as f:
4846
f.write("\n")

0 commit comments

Comments
 (0)