Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 20, 2024
1 parent b33bf12 commit 7b60aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyflask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ def get(self):
api.logger.info(f"Starting server on port {port}")
app.run(host="127.0.0.1", port=port)
else:
raise Exception("No port provided for the NWB GUIDE backend.")
raise Exception("No port provided for the NWB GUIDE backend.")

0 comments on commit 7b60aac

Please sign in to comment.