Skip to content

Commit

Permalink
Fix restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-marquez-csa committed May 21, 2024
1 parent 8356a27 commit 34b7667
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/python_testing/TC_IDM_4_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
from chip.clusters.Attribute import AttributePath, TypedAttributePath
from chip.exceptions import ChipStackError
from chip.interaction_model import Status
from matter_testing_support import (MatterBaseTest, TestStep, async_test_body, default_matter_test_main)
# from matter_testing_support import (AttributeChangeCallback, MatterBaseTest, async_test_body, default_matter_test_main,
# wait_for_attribute_report)
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts

'''
Expand Down Expand Up @@ -138,9 +136,6 @@ async def test_TC_IDM_4_3(self):
self.dut_node_id,
[(0, node_label_attr(value=new_node_label_write))]
)





if __name__ == "__main__":
Expand Down

0 comments on commit 34b7667

Please sign in to comment.