Skip to content

Commit 7744155

Browse files
committed
Remove version field from trainings.create response
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent c528ee4 commit 7744155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

replicate/training.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ def create( # type: ignore
8686
json=body,
8787
)
8888
obj = resp.json()
89+
del obj["version"]
8990
return self.prepare_model(obj)

0 commit comments

Comments
 (0)