Fix PEP8 warning E303 too many blank lines
authorTim Beale <timbeale@catalyst.net.nz>
Fri, 27 Jul 2018 01:43:22 +0000 (13:43 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 17 Aug 2018 00:58:27 +0000 (02:58 +0200)
Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/torture/drs/python/getncchanges.py
source4/torture/drs/python/link_conflicts.py

index ef3e2fdcee0b9823751373456d6eba15cd0f7def..0e62eaece3ce0e6953d35893fdd4403d478d88b6 100644 (file)
@@ -861,7 +861,6 @@ class DrsReplicaSyncIntegrityTestCase(drs_base.DrsBaseTestCase):
         res = self.test_ldb_dc.search(base=dn, attrs=["objectGUID"], scope=ldb.SCOPE_BASE)
         return res[0]['objectGUID'][0]
 
-
     def set_dc_connection(self, conn):
         """
         Switches over the connection state info that the underlying drs_base
index 5f4c555e9dec610a568142267bd1726cc73d8a03..6e74a56316d2b62b52a0d8e84060be3061932463 100644 (file)
@@ -213,7 +213,6 @@ class DrsReplicaLinkConflictTestCase(drs_base.DrsBaseTestCase):
                              misc.GUID(src_guid), misc.GUID(target2_guid))
         self._check_replicated_links(src_ou, [link1, link2])
 
-
     def test_conflict_single_valued_link(self):
         # repeat the test twice, to give each DC a chance to resolve the conflict
         self._test_conflict_single_valued_link(sync_order=DC1_TO_DC2)