Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Dec 30, 2023
1 parent 2cebfb8 commit 441ef74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def import_csv(request: HttpRequest):
else:
res = _error(
request=request,
err_msg="Uploaded file {uploaded_file.name} is not a {filetype} file.")
err_msg="Uploaded file {uploaded_file.name} is not a "
"{filetype} file.")

return res

Expand Down

0 comments on commit 441ef74

Please sign in to comment.