diff --git a/src/python_testing/spec_parsing_support.py b/src/python_testing/spec_parsing_support.py index d5a821ef407dea..2a133e97362c1f 100644 --- a/src/python_testing/spec_parsing_support.py +++ b/src/python_testing/spec_parsing_support.py @@ -27,8 +27,8 @@ import chip.clusters as Clusters from chip.tlv import uint from conformance_support import (DEPRECATE_CONFORM, DISALLOW_CONFORM, MANDATORY_CONFORM, OPTIONAL_CONFORM, OTHERWISE_CONFORM, - PROVISIONAL_CONFORM, ConformanceDecision, ConformanceException, ConformanceParseParameters, feature, - or_operation, parse_callable_from_xml) + PROVISIONAL_CONFORM, ConformanceDecision, ConformanceException, ConformanceParseParameters, + feature, or_operation, parse_callable_from_xml) from matter_testing_support import (AttributePathLocation, ClusterPathLocation, CommandPathLocation, EventPathLocation, FeaturePathLocation, ProblemNotice, ProblemSeverity)