1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

PEP8: fix E124: closing bracket does not match visual indentation

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Joe Guo
2018-07-30 18:14:43 +12:00
committed by Douglas Bagnall
parent 484ce0634b
commit dba0c7ebe5
16 changed files with 30 additions and 30 deletions

View File

@ -168,7 +168,7 @@ class UserTests(samba.tests.TestCase):
def _test_indexed_search(self):
expressions = ['(objectclass=group)',
'(samaccountname=Administrator)'
]
]
for expression in expressions:
t = time.time()
for i in range(100):