mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
PEP8: fix E128: continuation line under-indented for visual indent
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:
@ -27,8 +27,8 @@ class PolicyTests(TestCase):
|
||||
|
||||
def test_get_gpo_flags(self):
|
||||
self.assertEquals(["GPO_FLAG_USER_DISABLE"],
|
||||
policy.get_gpo_flags(policy.GPO_FLAG_USER_DISABLE))
|
||||
policy.get_gpo_flags(policy.GPO_FLAG_USER_DISABLE))
|
||||
|
||||
def test_get_gplink_options(self):
|
||||
self.assertEquals(["GPLINK_OPT_DISABLE"],
|
||||
policy.get_gplink_options(policy.GPLINK_OPT_DISABLE))
|
||||
policy.get_gplink_options(policy.GPLINK_OPT_DISABLE))
|
||||
|
Reference in New Issue
Block a user