From 281833b819ada5a5566c811bc51ad83b32906077 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 12 Jul 2024 04:28:57 +0000 Subject: [PATCH] Restyled by autopep8 --- src/python_testing/TC_CNET_1_4.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python_testing/TC_CNET_1_4.py b/src/python_testing/TC_CNET_1_4.py index 791f19ea405079..1234ad01740ba2 100644 --- a/src/python_testing/TC_CNET_1_4.py +++ b/src/python_testing/TC_CNET_1_4.py @@ -94,5 +94,6 @@ async def test_TC_CNET_1_4(self): concurrent_connection = await self.read_single_attribute_check_success(cluster=cgen, attribute=ascc) asserts.assert_true(concurrent_connection, "The device does not support concurrent connection commissioning") + if __name__ == "__main__": default_matter_test_main()