From 40f139a0a02a3e7cf77c0e56d70c1121e2879848 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 10 Feb 2025 15:30:06 +0000 Subject: [PATCH] Restyled by autopep8 --- .../matter_testing_infrastructure/chip/testing/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/matter_testing_infrastructure/chip/testing/metadata.py b/src/python_testing/matter_testing_infrastructure/chip/testing/metadata.py index 7989aaee5d8bf2..7c15af94dad67e 100644 --- a/src/python_testing/matter_testing_infrastructure/chip/testing/metadata.py +++ b/src/python_testing/matter_testing_infrastructure/chip/testing/metadata.py @@ -103,7 +103,7 @@ def __resolve_env_vals__(self, metadata_dict: Dict[str, str]) -> None: def parse_script(self, py_script_path: str) -> List[Metadata]: """ Parses a test script and merges run arguments with defaults. - + - Uses defaults from env_test.yaml. - Applies script overrides. - Respects skip-default-flags.