Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Oct 24, 2024
1 parent 0825790 commit aaed7f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ Retrieve data:
Interact with a previously submitted job:

```python
>>> client.get_remote(remote.request_uid)
Remote(...)
>>> remote = client.get_remote(remote.request_uid)
>>> remote.delete()
{...}

```

Expand Down

0 comments on commit aaed7f3

Please sign in to comment.