Skip to content

Commit 129179a

Browse files
committed
Update
1 parent e8f9981 commit 129179a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: las/client.py

-2
Original file line numberDiff line numberDiff line change
@@ -2702,7 +2702,6 @@ def create_validation_task(
27022702
input: dict,
27032703
*,
27042704
metadata: Optional[dict] = None,
2705-
project_id: str = None,
27062705
project_run_id: str = None,
27072706
**optional_args,
27082707
) -> Dict:
@@ -2727,7 +2726,6 @@ def create_validation_task(
27272726
body = dictstrip({
27282727
'input': input,
27292728
'metadata': metadata,
2730-
'projectId': project_id,
27312729
'projectRunId': project_run_id,
27322730
})
27332731
body.update(**optional_args)

0 commit comments

Comments
 (0)