From f0b46ca6267443ab41bbc4b4655a4c8b185c50d3 Mon Sep 17 00:00:00 2001 From: Cecille Freeman Date: Thu, 25 Jul 2024 21:01:07 -0400 Subject: [PATCH] formatting of imports --- src/python_testing/test_testing/TestDecorators.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python_testing/test_testing/TestDecorators.py b/src/python_testing/test_testing/TestDecorators.py index c86bf045242675..65f0c72e89a84b 100644 --- a/src/python_testing/test_testing/TestDecorators.py +++ b/src/python_testing/test_testing/TestDecorators.py @@ -37,7 +37,8 @@ has_cluster, per_endpoint_test, per_node_test) except ImportError: sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) - from matter_testing_support import MatterBaseTest, async_test_body, has_cluster, has_attribute, get_accepted_endpoints_for_test, per_endpoint_test, per_node_test + from matter_testing_support import (MatterBaseTest, async_test_body, get_accepted_endpoints_for_test, has_attribute, + has_cluster, per_endpoint_test, per_node_test) from typing import Optional