Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovak338 committed Oct 29, 2024
1 parent afe28e8 commit ec1ab81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/report_submission/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,9 @@ def post(self, request, *args, **kwargs):
)

logger.info("The file has been successfully deleted.")
return Util.validate_redirect_url(f"/audit/submission-progress/{sac.report_id}")
return Util.validate_redirect_url(
f"/audit/submission-progress/{sac.report_id}"
)

except SingleAuditChecklist.DoesNotExist:
logger.error(f"Audit: {report_id} not found")
Expand Down

0 comments on commit ec1ab81

Please sign in to comment.