Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
oplatek committed Nov 5, 2024
1 parent 438b118 commit aee4855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion factgenie/bin/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,4 @@ def run():

if __name__ == "__main__":
app = create_app()
app.run(debug=False)
app.run(debug=False)
1 change: 1 addition & 0 deletions tests/test_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ def test_demo_ok():
def test_demo_ko():
assert 1 + 1 == 3


def test_demo_exception():
return 1 / 0

0 comments on commit aee4855

Please sign in to comment.