Skip to content

Commit a0de7bb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 42b8412 commit a0de7bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

imgee/views/login.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ def lastuser_error(error, error_description=None, error_uri=None):
4242
flash(_("You denied the request to login", category='error'))
4343
return redirect(get_next_url())
4444
return Response(
45-
"Error: %s\n"
46-
"Description: %s\n"
47-
"URI: %s" % (error, error_description, error_uri),
45+
"Error: %s\nDescription: %s\nURI: %s" % (error, error_description, error_uri),
4846
mimetype="text/plain",
4947
)

0 commit comments

Comments
 (0)