Skip to content

Commit 082e8a5

Browse files
committed
lint ignore
1 parent f7e0647 commit 082e8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@app.route("/")
4141
def hello_world():
4242
# adding this to trigger error and test sentry/glitchtip
43-
division_by_zero = 1 / 0
43+
division_by_zero = 1 / 0 # noqa: F841
4444
return "<p>Hello, World!</p>"
4545

4646

0 commit comments

Comments
 (0)