Skip to content

Commit f0b46ca

Browse files
committed
formatting of imports
1 parent d1764ea commit f0b46ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_testing/test_testing/TestDecorators.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
has_cluster, per_endpoint_test, per_node_test)
3838
except ImportError:
3939
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
40-
from matter_testing_support import MatterBaseTest, async_test_body, has_cluster, has_attribute, get_accepted_endpoints_for_test, per_endpoint_test, per_node_test
40+
from matter_testing_support import (MatterBaseTest, async_test_body, get_accepted_endpoints_for_test, has_attribute,
41+
has_cluster, per_endpoint_test, per_node_test)
4142

4243
from typing import Optional
4344

0 commit comments

Comments
 (0)