Skip to content

Commit f435356

Browse files
restyled-commitscecille
authored andcommitted
Restyled by isort
1 parent 7f330e6 commit f435356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TestSpecParsingSupport.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
from global_attribute_ids import GlobalAttributeIds
2222
from matter_testing_support import MatterBaseTest, ProblemNotice, default_matter_test_main
2323
from mobly import asserts
24-
from spec_parsing_support import (ClusterParser, XmlCluster, add_cluster_data_from_xml, build_xml_clusters, check_clusters_for_unknown_commands,
25-
combine_derived_clusters_with_base)
24+
from spec_parsing_support import (ClusterParser, XmlCluster, add_cluster_data_from_xml, build_xml_clusters,
25+
check_clusters_for_unknown_commands, combine_derived_clusters_with_base)
2626

2727
# TODO: improve the test coverage here
2828
# https://github.com/project-chip/connectedhomeip/issues/30958

0 commit comments

Comments
 (0)