mirror of
https://github.com/huggingface/transformers.git
synced 2025-10-20 09:03:53 +08:00
Apply style fixes
This commit is contained in:
@ -773,7 +773,7 @@ class ProcessorMixin(PushToHubMixin):
|
||||
Additional key word arguments passed along to the [`~utils.PushToHubMixin.push_to_hub`] method.
|
||||
"""
|
||||
save_jinja_files = kwargs.pop("save_jinja_files", True)
|
||||
|
||||
|
||||
os.makedirs(save_directory, exist_ok=True)
|
||||
|
||||
if push_to_hub:
|
||||
|
Reference in New Issue
Block a user