Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 12, 2024
1 parent 6001288 commit 259e306
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 created_or_updated
return created_or_updated

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

0 comments on commit 259e306

Please sign in to comment.