From 87b919b6192c17e14f1663d3512db34417c7de97 Mon Sep 17 00:00:00 2001 From: Tim Beale Date: Fri, 27 Jul 2018 13:43:22 +1200 Subject: [PATCH] Fix PEP8 warning E303 too many blank lines Signed-off-by: Tim Beale Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- source4/torture/drs/python/getncchanges.py | 1 - source4/torture/drs/python/link_conflicts.py | 1 - 2 files changed, 2 deletions(-) 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) -- 2.47.2