From e28d0d30fe7ec0589089ce8987126089da552e85 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 8 Nov 2023 19:08:30 +0000 Subject: [PATCH] Restyled by isort --- src/python_testing/spec_parsing_support.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)