diff options
| author | Tim Beale <timbeale@catalyst.net.nz> | 2018-07-27 13:36:18 +1200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2018-08-17 02:58:26 +0200 |
| commit | 96b726ea86071004d22980b017a03746f39fc25f (patch) | |
| tree | 260ded1a995b937f8ab56cdd5a528bfa72cddfd7 /source4/dsdb/tests/python | |
| parent | a39c8f44319b2bdff376ce690ec0fd4f94d0e6bc (diff) | |
| download | samba-96b726ea86071004d22980b017a03746f39fc25f.tar.gz samba-96b726ea86071004d22980b017a03746f39fc25f.tar.bz2 samba-96b726ea86071004d22980b017a03746f39fc25f.zip | |
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>
Diffstat (limited to 'source4/dsdb/tests/python')
| -rw-r--r-- | source4/dsdb/tests/python/password_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/password_settings.py b/source4/dsdb/tests/python/password_settings.py index 8e04b8513a5..6da33f84ce7 100644 --- a/source4/dsdb/tests/python/password_settings.py +++ b/source4/dsdb/tests/python/password_settings.py @@ -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: |
