Skip to content

Commit 3d4d950

Browse files
committed
black formatter used and one return type added.
1 parent 822c7e8 commit 3d4d950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/model/model_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def build(self) -> str:
270270
logger.info("Model Artifact stored successfully.")
271271
return os.path.abspath(file_path)
272272

273-
def show(self):
273+
def show(self) -> str:
274274
"""
275275
Displays the current model description JSON in a human-readable format.
276276

0 commit comments

Comments
 (0)