Skip to content

Commit

Permalink
revoke: return dataset records from log
Browse files Browse the repository at this point in the history
  • Loading branch information
burtenshaw committed Jun 12, 2024
1 parent 9a13356 commit 6001288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla-sdk/src/argilla_sdk/records/_dataset_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def log(
level="info",
)

return self
return created_or_updated

def to_dict(self, flatten: bool = False, orient: str = "names") -> Dict[str, Any]:
"""
Expand Down

0 comments on commit 6001288

Please sign in to comment.