Skip to content

Commit

Permalink
lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Nov 26, 2024
1 parent f7e0647 commit 082e8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@app.route("/")
def hello_world():
# adding this to trigger error and test sentry/glitchtip
division_by_zero = 1 / 0
division_by_zero = 1 / 0 # noqa: F841
return "<p>Hello, World!</p>"


Expand Down

0 comments on commit 082e8a5

Please sign in to comment.