From 3ab061b3cb457ea8423f1cb8117d93bf6d089566 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 7 Oct 2024 17:19:47 +0000 Subject: [PATCH] Restyled by isort --- src/python_testing/TC_VALCC_3_1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python_testing/TC_VALCC_3_1.py b/src/python_testing/TC_VALCC_3_1.py index 622bec7c33a6d7..5129ae61d95fcc 100644 --- a/src/python_testing/TC_VALCC_3_1.py +++ b/src/python_testing/TC_VALCC_3_1.py @@ -26,7 +26,8 @@ import chip.clusters as Clusters from chip.clusters.Types import NullValue -from matter_testing_support import AttributeValue, ClusterAttributeChangeAccumulator, MatterBaseTest, TestStep, async_test_body, default_matter_test_main +from matter_testing_support import (AttributeValue, ClusterAttributeChangeAccumulator, MatterBaseTest, TestStep, async_test_body, + default_matter_test_main) from mobly import asserts