From 6811cdad4e317f26010a616d1615810a1a56a19d Mon Sep 17 00:00:00 2001 From: William Hicklin Date: Fri, 9 Feb 2024 09:18:32 +0000 Subject: [PATCH] Fixed extra imports in python tests. --- src/python_testing/TC_RVCCLEANM_2_1.py | 1 - src/python_testing/TC_RVCCLEANM_2_2.py | 2 -- src/python_testing/TC_RVCOPSTATE_2_1.py | 1 - src/python_testing/TC_RVCRUNM_2_1.py | 1 - src/python_testing/TC_RVCRUNM_2_2.py | 2 -- 5 files changed, 7 deletions(-) diff --git a/src/python_testing/TC_RVCCLEANM_2_1.py b/src/python_testing/TC_RVCCLEANM_2_1.py index 67b1410db60b6d..d000f0d5af697d 100644 --- a/src/python_testing/TC_RVCCLEANM_2_1.py +++ b/src/python_testing/TC_RVCCLEANM_2_1.py @@ -16,7 +16,6 @@ # import logging -from time import sleep import chip.clusters as Clusters from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main, type_matches diff --git a/src/python_testing/TC_RVCCLEANM_2_2.py b/src/python_testing/TC_RVCCLEANM_2_2.py index 93bc84ed127291..ae5c268d7a9668 100644 --- a/src/python_testing/TC_RVCCLEANM_2_2.py +++ b/src/python_testing/TC_RVCCLEANM_2_2.py @@ -15,8 +15,6 @@ # limitations under the License. # -from time import sleep - import chip.clusters as Clusters from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main from mobly import asserts diff --git a/src/python_testing/TC_RVCOPSTATE_2_1.py b/src/python_testing/TC_RVCOPSTATE_2_1.py index d1c648fe4d92ee..b0d753ad216164 100644 --- a/src/python_testing/TC_RVCOPSTATE_2_1.py +++ b/src/python_testing/TC_RVCOPSTATE_2_1.py @@ -16,7 +16,6 @@ # import logging -from time import sleep import chip.clusters as Clusters from chip.clusters.Types import NullValue diff --git a/src/python_testing/TC_RVCRUNM_2_1.py b/src/python_testing/TC_RVCRUNM_2_1.py index d414e08b98729a..a9b4c44ba4f88c 100644 --- a/src/python_testing/TC_RVCRUNM_2_1.py +++ b/src/python_testing/TC_RVCRUNM_2_1.py @@ -16,7 +16,6 @@ # import logging -from time import sleep import chip.clusters as Clusters from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main, type_matches diff --git a/src/python_testing/TC_RVCRUNM_2_2.py b/src/python_testing/TC_RVCRUNM_2_2.py index c0fc20215e72f2..d7ee163b1eb37a 100644 --- a/src/python_testing/TC_RVCRUNM_2_2.py +++ b/src/python_testing/TC_RVCRUNM_2_2.py @@ -15,8 +15,6 @@ # limitations under the License. # -from time import sleep - import chip.clusters as Clusters from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main from mobly import asserts