Skip to content

Commit

Permalink
Run ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdlrm committed Jan 9, 2025
1 parent 16145a7 commit 8bc7893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/hsml/core/serving_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
InferOutput,
InferRequest,
)
from hsml.constants import ARTIFACT_VERSION
from hsml.constants import INFERENCE_ENDPOINTS as IE


Expand Down
2 changes: 1 addition & 1 deletion python/hsml/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def config_file(self):

@config_file.setter
def config_file(self, config_file: str):
self._config_file = config_file
self._config_file = config_file
self._artifact_version = ARTIFACT_VERSION.CREATE

@property
Expand Down

0 comments on commit 8bc7893

Please sign in to comment.