From 4454521a0bca9a37b21166f8cf55d1ded46a8854 Mon Sep 17 00:00:00 2001 From: Jake Ororke Date: Wed, 16 Oct 2024 10:24:58 -0700 Subject: [PATCH] Updated TC_CADMIN_1_4_nofreset test module: - Resolved linting errors --- src/python_testing/TC_CADMIN_1_4_nofreset.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/python_testing/TC_CADMIN_1_4_nofreset.py b/src/python_testing/TC_CADMIN_1_4_nofreset.py index 9dceeb1713d84f..719411581e4177 100644 --- a/src/python_testing/TC_CADMIN_1_4_nofreset.py +++ b/src/python_testing/TC_CADMIN_1_4_nofreset.py @@ -30,13 +30,10 @@ # --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto # === END CI TEST ARGUMENTS === -import asyncio import random -from time import sleep import chip.clusters as Clusters from chip import ChipDeviceCtrl -from chip.exceptions import ChipStackError from chip.interaction_model import Status from chip.tlv import TLVReader from matter_testing_infrastructure.chip.testing.matter_testing import (MatterBaseTest, TestStep, async_test_body,