From d07b52f3884b03d764bf196eaa4aa467b2f129e0 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 26 Nov 2024 15:46:30 +0000 Subject: [PATCH] Restyled by autopep8 --- .../matter_testing_infrastructure/chip/testing/spec_parsing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python_testing/matter_testing_infrastructure/chip/testing/spec_parsing.py b/src/python_testing/matter_testing_infrastructure/chip/testing/spec_parsing.py index 223b6522c7753c..65a5629fb9c3db 100644 --- a/src/python_testing/matter_testing_infrastructure/chip/testing/spec_parsing.py +++ b/src/python_testing/matter_testing_infrastructure/chip/testing/spec_parsing.py @@ -584,7 +584,6 @@ def build_xml_clusters(data_model_directory: Union[PrebuiltDataModelDirectory, s except Exception as e: logging.error(f"Error parsing XML file {xml}: {e}") - # There are a few clusters where the conformance columns are listed as desc. These clusters need specific, targeted tests # to properly assess conformance. Here, we list them as Optional to allow these for the general test. Targeted tests are described below. # Descriptor - TagList feature - this feature is mandated when the duplicate condition holds for the endpoint. It is tested in DESC-2.2