Verified Commit 93ecb692 authored by Jakob Moser's avatar Jakob Moser
Browse files

Remove redundant statement

parent 1b27ef63
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -29,8 +29,6 @@ def run_app() -> None:
    try:
        db.open(paths.db_file)
        app.run()
    except Exception as e:
        raise e
    finally:
        db.close()