Skip to content

Commit e92b08a

Browse files
committed
Fix missing newline at end of file in web_main.py
1 parent c745035 commit e92b08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/web/web_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,4 +1375,4 @@ def import_from_cre_csv() -> Any:
13751375

13761376

13771377
if __name__ == "__main__":
1378-
app.run(use_reloader=False, debug=True)
1378+
app.run(use_reloader=False, debug=True)

0 commit comments

Comments
 (0)