Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Package bug fix #32886

Merged
merged 7 commits into from
Nov 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
run black formatting
  • Loading branch information
nemanjarajic committed Oct 31, 2023
commit d9546a252e2b999aafadfef2260a090fa11e460d
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,9 @@ def _set_registry_client(self, registry_name: str) -> None:

@experimental
@monitor_with_activity(logger, "Model.Package", ActivityType.PUBLICAPI)
def package(self, name: str, version: str, package_request: ModelPackage, **kwargs) -> Environment: # pylint:disable=too-many-statements
def package(
self, name: str, version: str, package_request: ModelPackage, **kwargs
) -> Environment: # pylint:disable=too-many-statements
"""Package a model asset

:param name: Name of model asset.
Expand Down