From: Tim Beale Date: Fri, 27 Jul 2018 01:43:22 +0000 (+1200) Subject: Fix PEP8 warning E303 too many blank lines X-Git-Tag: tdb-1.3.17~2130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b919b6192c17e14f1663d3512db34417c7de97;p=thirdparty%2Fsamba.git Fix PEP8 warning E303 too many blank lines Signed-off-by: Tim Beale Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/source4/torture/drs/python/getncchanges.py b/source4/torture/drs/python/getncchanges.py index ef3e2fdcee0..0e62eaece3c 100644 --- a/source4/torture/drs/python/getncchanges.py +++ b/source4/torture/drs/python/getncchanges.py @@ -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 diff --git a/source4/torture/drs/python/link_conflicts.py b/source4/torture/drs/python/link_conflicts.py index 5f4c555e9de..6e74a56316d 100644 --- a/source4/torture/drs/python/link_conflicts.py +++ b/source4/torture/drs/python/link_conflicts.py @@ -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)