Skip to content

Commit

Permalink
corrct flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
michael7nightingale committed Aug 18, 2023
1 parent ba6020c commit 5bbcf5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/problems/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
)



def problem_redirect(problem_id):
return RedirectResponse(
problems_router.url_path_for("problem_get", problem_id=problem_id), status_code=303
Expand Down

0 comments on commit 5bbcf5a

Please sign in to comment.