Skip to content

Commit bc74f61

Browse files
committed
fix lint
1 parent 39b7448 commit bc74f61

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/test_sdk_api.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ def test_create_job_delegates_to_platform_client():
6464
expected_response = MagicMock()
6565
api.create_job_deployment_deployments_job_post.return_value = expected_response
6666
request = CreateJobDeploymentRequest(
67-
name="test-job",
68-
cluster_id=1,
69-
hardware_instance_id=2,
70-
image_url="registry.example.com/job:latest",
67+
name="test-job", cluster_id=1, hardware_instance_id=2, image_url="registry.example.com/job:latest"
7168
)
7269
client = CentMLClient(api)
7370

0 commit comments

Comments
 (0)