Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mreso committed Dec 9, 2023
1 parent c01f4ba commit 87644b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model-archiver/model_archiver/model_packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ def package_model(config: ModelArchiverConfig, manifest: str):
"config_file": config_file,
}

model_path = ModelExportUtils.copy_artifacts(model_name, config.runtime, **artifact_files)
model_path = ModelExportUtils.copy_artifacts(
model_name, config.runtime, **artifact_files
)

# Step 2 : Zip 'em all up
ModelExportUtils.archive(
Expand Down

0 comments on commit 87644b6

Please sign in to comment.