Skip to content

Commit

Permalink
needs some linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Reynolds committed Apr 29, 2024
1 parent dd47345 commit ccff47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labapp/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def route1():
return jsonify(status='fail', error=str(e))

@app.route('/_route2')
def route1():
def route2():
"""First Route Test"""
try:
ns = eph_ns()
Expand Down

0 comments on commit ccff47e

Please sign in to comment.