From b78e74046b470a1a90468868c1063498ac7eb9b1 Mon Sep 17 00:00:00 2001 From: Cecille Freeman Date: Thu, 25 Jul 2024 11:57:45 -0400 Subject: [PATCH] linter --- src/python_testing/TC_PS_2_3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python_testing/TC_PS_2_3.py b/src/python_testing/TC_PS_2_3.py index 6743132810c81c..72b54877dc5f95 100644 --- a/src/python_testing/TC_PS_2_3.py +++ b/src/python_testing/TC_PS_2_3.py @@ -31,7 +31,6 @@ import time import chip.clusters as Clusters -from chip.clusters.Types import NullValue from matter_testing_support import (ClusterAttributeChangeAccumulator, MatterBaseTest, TestStep, async_test_body, default_matter_test_main) from mobly import asserts