Skip to content

Remove unused file #661

Remove unused file

Remove unused file #661

GitHub Actions / Black failed Dec 17, 2024 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 37 in /home/runner/work/certification-tool-backend/certification-tool-backend/test_collections/matter/sdk_tests/support/python_testing/models/rpc_client/test_harness_client.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/python_testing/models/rpc_client/test_harness_client.py#L26-L37

     CommissionDeviceTest,
     MatterTestConfig,
     get_test_info,
     parse_matter_test_args,
     run_tests,
-    TestStep
+    TestStep,
 )
 
 COMMISSION_ARGUMENT = "commission"
 GET_TEST_INFO_ARGUMENT = "--get_test_info"
 TEST_INFO_JSON_FILENAME = "test_info.json"