Skip to content

Commit 94b45fd

Browse files
committed
chore: flake8 whitespace fixes
1 parent 0e84b41 commit 94b45fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roundup/actions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def handle(self, designator):
5959

6060
# make sure we don't try to retire admin or anonymous
6161
if (classname == 'user' and
62-
self.db.user.get(itemid, 'username') in ('admin', 'anonymous')):
62+
self.db.user.get(itemid, 'username') in ('admin', 'anonymous')):
63+
6364
raise ValueError(self._(
6465
'You may not retire the admin or anonymous user'))
6566

0 commit comments

Comments
 (0)