Skip to content

Merge v2.11 beta3.1+fall2024 #535

Merge v2.11 beta3.1+fall2024

Merge v2.11 beta3.1+fall2024 #535

GitHub Actions / Black failed Sep 25, 2024 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 63 in /home/runner/work/certification-tool-backend/certification-tool-backend/test_collections/matter/sdk_tests/support/sdk_container.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/certification-tool-backend/certification-tool-backend/test_collections/matter/sdk_tests/support/sdk_container.py#L52-L63

 )
 DOCKER_PYTHON_TESTING_PATH = "/root/python_testing"
 
 MAPPED_DATA_MODEL_VOLUME = "mapped_data_model_volume"
 DOCKER_DATA_MODEL_PATH = DOCKER_PYTHON_TESTING_PATH + "/data_model"
-
 
 
 # RPC Client Running on SDK Container
 LOCAL_RPC_PYTHON_TESTING_PATH = Path(
     LOCAL_TEST_COLLECTIONS_PATH + "/sdk_tests/support/python_testing/models/rpc_client/"