We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e0647 commit 082e8a5Copy full SHA for 082e8a5
src/application.py
@@ -40,7 +40,7 @@
40
@app.route("/")
41
def hello_world():
42
# adding this to trigger error and test sentry/glitchtip
43
- division_by_zero = 1 / 0
+ division_by_zero = 1 / 0 # noqa: F841
44
return "<p>Hello, World!</p>"
45
46
0 commit comments