diff --git a/src/python_testing/TC_SC_7_1.py b/src/python_testing/TC_SC_7_1.py index 5a25053b366164..b877a006637394 100644 --- a/src/python_testing/TC_SC_7_1.py +++ b/src/python_testing/TC_SC_7_1.py @@ -30,12 +30,9 @@ # Note that in the CI we are using the post-cert test as we can only start one app from the current script. # This should still be fine as this test has unit tests for other conditions. See test_TC_SC_7_1.py import logging -from glob import glob -from pathlib import Path -from typing import List, Optional import chip.clusters as Clusters -from matter_testing_support import MatterBaseTest, SetupPayloadInfo, TestStep, async_test_body, default_matter_test_main +from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main from mobly import asserts diff --git a/src/python_testing/test_testing/test_TC_SC_7_1.py b/src/python_testing/test_testing/test_TC_SC_7_1.py index 466bfeedaef87e..4ee1a57ff1171e 100644 --- a/src/python_testing/test_testing/test_TC_SC_7_1.py +++ b/src/python_testing/test_testing/test_TC_SC_7_1.py @@ -17,7 +17,6 @@ # import sys -from dataclasses import dataclass from random import randbytes import chip.clusters as Clusters