Skip to content

Commit 39763e9

Browse files
Addressing review comments
1 parent 54296f1 commit 39763e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ads/model/datascience_model.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,8 +2424,7 @@ def get_custom_metadata_artifact(
24242424
- If False (default), raises a `FileExistsError` if the file exists.
24252425
Returns
24262426
-------
2427-
BytesIO
2428-
custom metadata artifact content
2427+
None
24292428
24302429
"""
24312430
file_content = self.dsc_model.get_custom_metadata_artifact(
@@ -2459,8 +2458,7 @@ def get_defined_metadata_artifact(
24592458
- If False (default), raises a `FileExistsError` if the file exists.
24602459
Returns
24612460
-------
2462-
BytesIO
2463-
Defined metadata artifact content
2461+
None
24642462
24652463
"""
24662464
file_content = self.dsc_model.get_defined_metadata_artifact(

0 commit comments

Comments
 (0)