Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe committed Nov 2, 2023
1 parent 3096539 commit 60aeed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curated_transformers/repository/hf_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _upload_temp_files(self):
commit_message = f"Uploading files:\n{filenames}"

api = HfApi()
commit_info = api.create_commit(
_ = api.create_commit(
repo_id=self._repo.name,
revision=self._repo.revision,
operations=commit_ops,
Expand Down

0 comments on commit 60aeed2

Please sign in to comment.