From 603cc3a86c60b4a17b67d4e4a60181744aebfefb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:29:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- hasjob/views/login.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hasjob/views/login.py b/hasjob/views/login.py index 526d83d6..5016d30a 100644 --- a/hasjob/views/login.py +++ b/hasjob/views/login.py @@ -48,9 +48,7 @@ def lastuser_error(error, error_description=None, error_uri=None): flash("You denied the request to login", category='error') return redirect(get_next_url()) return Response( - "Error: %s\n" - "Description: %s\n" - "URI: %s" % (error, error_description, error_uri), + "Error: %s\nDescription: %s\nURI: %s" % (error, error_description, error_uri), mimetype="text/plain", )