Unverified Commit 7cb596fa authored by SABA UL HAQUE's avatar SABA UL HAQUE Committed by GitHub
Browse files

fix typo (#21048)

Typo fix: Corrected the word metada --> metadata
parent bd9d5126
...@@ -211,7 +211,7 @@ def update_pipeline_and_auto_class_table(table): ...@@ -211,7 +211,7 @@ def update_pipeline_and_auto_class_table(table):
def update_metadata(token, commit_sha): def update_metadata(token, commit_sha):
""" """
Update the metada for the Transformers repo. Update the metadata for the Transformers repo.
""" """
with tempfile.TemporaryDirectory() as tmp_dir: with tempfile.TemporaryDirectory() as tmp_dir:
repo = Repository( repo = Repository(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment