Skip to content

Commit

Permalink
Update TC_IDM_3_2.py - Fixed sorting with imports
Browse files Browse the repository at this point in the history
  • Loading branch information
austina-csa authored Oct 28, 2024
1 parent adbb702 commit 9acbb3a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/python_testing/TC_IDM_3_2.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
import inspect
from enum import IntFlag
from typing import get_args, get_origin, Union
import chip.clusters as Clusters
from chip.tlv import uint
from chip.clusters import ClusterObjects as ClusterObjects
from chip.clusters.enum import MatterIntEnum
from chip.clusters.ClusterObjects import ClusterObject
from chip.clusters.enum import MatterIntEnum
from chip.testing import global_attribute_ids
from matter_testing_infrastructure.chip.testing.matter_testing import MatterBaseTest, async_test_body, default_matter_test_main
from chip.tlv import uint
from matter_testing_infrastructure.chip.testing.basic_composition import BasicCompositionTests
from mobly import asserts
# from spec_parsing_support import build_xml_clusters
from matter_testing_infrastructure.chip.testing.matter_testing import MatterBaseTest, async_test_body, default_matter_test_main
from matter_testing_infrastructure.chip.testing.spec_parsing import build_xml_clusters
from typing import get_args, get_origin, Union
from mobly import asserts


class TC_IDM_3_2(MatterBaseTest, BasicCompositionTests):
Expand Down

0 comments on commit 9acbb3a

Please sign in to comment.