Skip to content

Commit 40456fe

Browse files
Reverting unwanted changes pushed by mistake
1 parent 1b87417 commit 40456fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/model/datascience_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ def _update_from_oci_dsc_model(
18021802
self.set_spec(self.CONST_ARTIFACT, file_name_info["filename"])
18031803
except:
18041804
pass
1805-
return self.dsc_model
1805+
return self
18061806

18071807
def to_dict(self) -> Dict:
18081808
"""Serializes model to a dictionary.

0 commit comments

Comments
 (0)