Skip to content

Commit

Permalink
Remove extra includes
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Feb 5, 2025
1 parent 289b467 commit aecb846
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/python_testing/TC_DeviceConformance.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@
from chip.testing.basic_composition import BasicCompositionTests
from chip.testing.choice_conformance import (evaluate_attribute_choice_conformance, evaluate_command_choice_conformance,
evaluate_feature_choice_conformance)
from chip.testing.conformance import ConformanceDecision, ConformanceException, conformance_allowed
from chip.testing.conformance import ConformanceDecision, conformance_allowed
from chip.testing.global_attribute_ids import (ClusterIdType, DeviceTypeIdType, GlobalAttributeIds, cluster_id_type,
device_type_id_type, is_valid_device_type_id)
from chip.testing.matter_testing import (AttributePathLocation, ClusterPathLocation, CommandPathLocation, DeviceTypePathLocation,
MatterBaseTest, ProblemNotice, ProblemSeverity, async_test_body, default_matter_test_main)
from chip.testing.spec_parsing import CommandType
from chip.tlv import uint
from mobly import asserts


class DeviceConformanceTests(BasicCompositionTests):
Expand Down
1 change: 0 additions & 1 deletion src/python_testing/TC_pics_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from chip.testing.matter_testing import (AttributePathLocation, ClusterPathLocation, CommandPathLocation, FeaturePathLocation,
MatterBaseTest, ProblemLocation, TestStep, async_test_body, default_matter_test_main)
from chip.testing.pics import accepted_cmd_pics_str, attribute_pics_str, feature_pics_str, generated_cmd_pics_str
from chip.testing.spec_parsing import build_xml_clusters
from mobly import asserts


Expand Down

0 comments on commit aecb846

Please sign in to comment.