summaryrefslogtreecommitdiff
path: root/src/mailman/rest/users.py
diff options
context:
space:
mode:
authorBarry Warsaw2017-01-28 17:35:51 +0000
committerBarry Warsaw2017-01-28 17:35:51 +0000
commitba08609f28f7193a020a57e90bb887d59f1543bc (patch)
treead0e839ba66d19a58a419eab27428c611f6c2570 /src/mailman/rest/users.py
parentdfb807e04037786a62e7635d0b37e0695a77d5d6 (diff)
parent99671bec296123d2934d690557494233f349fc8f (diff)
downloadmailman-ba08609f28f7193a020a57e90bb887d59f1543bc.tar.gz
mailman-ba08609f28f7193a020a57e90bb887d59f1543bc.tar.zst
mailman-ba08609f28f7193a020a57e90bb887d59f1543bc.zip
Merge branch 'brace-style' into 'master'
Enforce a stricter coding style See merge request !237
Diffstat (limited to 'src/mailman/rest/users.py')
-rw-r--r--src/mailman/rest/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/users.py b/src/mailman/rest/users.py
index 44dfba730..2e743bdaf 100644
--- a/src/mailman/rest/users.py
+++ b/src/mailman/rest/users.py
@@ -131,7 +131,7 @@ class _UserBase(CollectionMixin):
is_server_owner=user.is_server_owner,
self_link=self.api.path_to('users/{}'.format(user_id)),
user_id=user_id,
- )
+ )
# Add the password attribute, only if the user has a password. Same
# with the real name. These could be None or the empty string.
if user.password: