1
0
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:
Tim Beale
2018-07-27 13:36:18 +12:00
committed by Andrew Bartlett
parent a39c8f4431
commit 96b726ea86
2 changed files with 2 additions and 2 deletions

View File

@ -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: