From 2cfb1a8869cfe76c6d55d1c7b328785f2c9aa9c1 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 26 Mar 2024 14:27:03 +0000 Subject: [PATCH] Restyled by isort --- src/python_testing/TC_DA_1_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_DA_1_2.py b/src/python_testing/TC_DA_1_2.py index da4598c1bc2981..930fa6de5dda4e 100644 --- a/src/python_testing/TC_DA_1_2.py +++ b/src/python_testing/TC_DA_1_2.py @@ -27,7 +27,7 @@ from cryptography.hazmat.primitives import hashes from cryptography.hazmat.primitives.asymmetric import ec, utils from ecdsa.curves import curve_by_name -from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main, hex_from_bytes, type_matches, TestStep +from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main, hex_from_bytes, type_matches from mobly import asserts from pyasn1.codec.der.decoder import decode as der_decoder from pyasn1.error import PyAsn1Error