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:
@ -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):
|
||||
|
Reference in New Issue
Block a user