We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180538d commit 487a61aCopy full SHA for 487a61a
python/hsml/model.py
@@ -291,8 +291,7 @@ def get_feature_view(self):
291
`Exception` in case the backend fails to retrieve the tags.
292
"""
293
fv_prov = self.get_feature_view_provenance()
294
- fv = explicit_provenance.Links.get_one_accessible_parent(fv_prov)
295
- return fv
+ return explicit_provenance.Links.get_one_accessible_parent(fv_prov)
296
297
def get_feature_view_provenance(self):
298
"""Get the parent feature view of this model, based on explicit provenance.
0 commit comments