mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
PEP8: fix E122: continuation line missing indentation or outdented
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -169,7 +169,7 @@ class AclAddTests(AclTests):
|
||||
def assert_top_ou_deleted(self):
|
||||
res = self.ldb_admin.search(self.base_dn,
|
||||
expression="(distinguishedName=%s,%s)" % (
|
||||
"OU=test_add_ou1", self.base_dn))
|
||||
"OU=test_add_ou1", self.base_dn))
|
||||
self.assertEqual(len(res), 0)
|
||||
|
||||
def test_add_u1(self):
|
||||
|
Reference in New Issue
Block a user