Skip to content

Commit

Permalink
formatting of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Jul 26, 2024
1 parent d1764ea commit f0b46ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_testing/test_testing/TestDecorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f0b46ca

Please sign in to comment.