From 406c069d3cc4125a6ebdcf1bcd8918a5440e2a71 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Wed, 10 Mar 2021 10:33:23 +0100 Subject: [PATCH] no importing of False in python3 (or in sensible code) --- test/integration/component/test_host.py | 1 - test/integration/component/test_host_ha.py | 1 - test/integration/component/test_secsr_mount.py | 1 - 3 files changed, 3 deletions(-) diff --git a/test/integration/component/test_host.py b/test/integration/component/test_host.py index 1778d799848..56913f02e8b 100644 --- a/test/integration/component/test_host.py +++ b/test/integration/component/test_host.py @@ -14,7 +14,6 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -from builtins import False """ BVT tests for Hosts Test """ diff --git a/test/integration/component/test_host_ha.py b/test/integration/component/test_host_ha.py index 66ace6ecaa0..d32e708b081 100644 --- a/test/integration/component/test_host_ha.py +++ b/test/integration/component/test_host_ha.py @@ -14,7 +14,6 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -from builtins import False """ BVT tests for Hosts Maintenance """ diff --git a/test/integration/component/test_secsr_mount.py b/test/integration/component/test_secsr_mount.py index 6022b88bf0d..3a69ec291fd 100644 --- a/test/integration/component/test_secsr_mount.py +++ b/test/integration/component/test_secsr_mount.py @@ -14,7 +14,6 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -from builtins import False """ Tests for Secondary Storage with Local Storage """