Skip to content

Commit 34b7667

Browse files
Fix restyle
1 parent 8356a27 commit 34b7667

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/python_testing/TC_IDM_4_3.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
from chip.clusters.Attribute import AttributePath, TypedAttributePath
2727
from chip.exceptions import ChipStackError
2828
from chip.interaction_model import Status
29-
from matter_testing_support import (MatterBaseTest, TestStep, async_test_body, default_matter_test_main)
30-
# from matter_testing_support import (AttributeChangeCallback, MatterBaseTest, async_test_body, default_matter_test_main,
31-
# wait_for_attribute_report)
29+
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
3230
from mobly import asserts
3331

3432
'''
@@ -138,9 +136,6 @@ async def test_TC_IDM_4_3(self):
138136
self.dut_node_id,
139137
[(0, node_label_attr(value=new_node_label_write))]
140138
)
141-
142-
143-
144139

145140

146141
if __name__ == "__main__":

0 commit comments

Comments
 (0)