mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
PEP8: fix E303: too many blank lines (2)
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:
@ -55,7 +55,6 @@ class GPOTests(tests.TestCase):
|
||||
self.assertEquals(gpos[i].ds_path, ds_paths[i],
|
||||
'ds_path did not match expected %s' % gpos[i].ds_path)
|
||||
|
||||
|
||||
def test_gpo_ads_does_not_segfault(self):
|
||||
try:
|
||||
ads = gpo.ADS_STRUCT(self.server, 42, self.creds)
|
||||
|
Reference in New Issue
Block a user