Skip to content

Commit

Permalink
refactor(client): modify the enabled version to v1.11.0 of "delete_data"
Browse files Browse the repository at this point in the history
PR Closed: #865
  • Loading branch information
rexzheng324-c committed Jul 28, 2021
1 parent 93652e3 commit 55a8e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorbay/client/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def status(self) -> Status:
"""
return self._status

@Disable(since="v1.6.0", enabled_in="v1.9.0", reason="TensorBay server refactor")
@Disable(since="v1.6.0", enabled_in="v1.11.0", reason="TensorBay server refactor")
def delete_data(self, remote_paths: Union[str, Iterable[str]]) -> None:
"""Delete data of a segment in a certain commit with the given remote paths.
Expand Down

0 comments on commit 55a8e3e

Please sign in to comment.