Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Martín Blázquez <[email protected]>
  • Loading branch information
alvarobartt and gabrielmbmb authored Aug 4, 2023
1 parent 96528df commit 9d70f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argilla/client/feedback/dataset/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def push_to_argilla(
"Calling `push_to_argilla` no longer implies that the `FeedbackDataset` can"
" be updated in Argilla. If you want to push a `FeedbackDataset` and then"
" update it in Argilla, you need to catch the returned object and use it"
" instead as `remote_ds = ds.push_to_argilla(...)`. Otherwise, you can just"
" instead: `remote_ds = ds.push_to_argilla(...)`. Otherwise, you can just"
" call `push_to_argilla` and then `from_argilla` to retrieve the"
" `FeedbackDataset` from Argilla, so the current `FeedbackDataset` can be"
f" retrieved as `FeedbackDataset.from_argilla(id='{argilla_id}')`.",
Expand Down

0 comments on commit 9d70f93

Please sign in to comment.