mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
Fix PEP8 warning E201/202/203 array/dict whitespace
Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
committed by
Andrew Bartlett
parent
a39c8f4431
commit
96b726ea86
@ -686,7 +686,7 @@ class PasswordSettingsTestCase(PasswordTestCase):
|
||||
self.assertTrue(attr in res[0])
|
||||
|
||||
# check replace/delete operations can't be performed by regular users
|
||||
operations = [ FLAG_MOD_REPLACE, FLAG_MOD_DELETE ]
|
||||
operations = [FLAG_MOD_REPLACE, FLAG_MOD_DELETE]
|
||||
|
||||
for oper in operations:
|
||||
try:
|
||||
|
Reference in New Issue
Block a user