Skip to content

Commit 73883c3

Browse files
restyled-commitscecille
authored andcommitted
Restyled by isort
1 parent a5947e1 commit 73883c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/python_testing/TestChoiceConformanceSupport.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
#
1717

1818
import itertools
19-
import jinja2
2019
import xml.etree.ElementTree as ElementTree
2120

21+
import jinja2
22+
from choice_conformance_support import (evaluate_attribute_choice_conformance, evaluate_command_choice_conformance,
23+
evaluate_feature_choice_conformance)
2224
from matter_testing_support import MatterBaseTest, ProblemNotice, default_matter_test_main
2325
from mobly import asserts
2426
from spec_parsing_support import XmlCluster, add_cluster_data_from_xml
25-
from choice_conformance_support import evaluate_feature_choice_conformance, evaluate_attribute_choice_conformance, evaluate_command_choice_conformance
2627

2728
FEATURE_TEMPLATE = (
2829
' <feature bit="{{ id }}" code="{{ name }}" name="{{ name }}" summary="summary">\n'

0 commit comments

Comments
 (0)