From 286b87c4d7f09dffbae0145ccc9f0d55cebe1adb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 3 Jul 2025 12:00:43 -0500 Subject: Fix some linting issues. --- gn_auth/auth/authorisation/users/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn_auth/auth/authorisation/users/views.py') diff --git a/gn_auth/auth/authorisation/users/views.py b/gn_auth/auth/authorisation/users/views.py index 5c163b2..4006dd6 100644 --- a/gn_auth/auth/authorisation/users/views.py +++ b/gn_auth/auth/authorisation/users/views.py @@ -620,7 +620,7 @@ def delete_users(): "not-deleted": _diff, "message": ( f"Successfully deleted {_deleted_rows} users." + - (f" Some users could not be deleted." if _diff > 0 else "")) + (" Some users could not be deleted." if _diff > 0 else "")) }) return jsonify({ -- cgit v1.2.3