Skip to content

Commit 487a61a

Browse files
o-alexbubriks
andauthored
Update python/hsml/model.py
Co-authored-by: Ralf <[email protected]>
1 parent 180538d commit 487a61a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/hsml/model.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@ def get_feature_view(self):
291291
`Exception` in case the backend fails to retrieve the tags.
292292
"""
293293
fv_prov = self.get_feature_view_provenance()
294-
fv = explicit_provenance.Links.get_one_accessible_parent(fv_prov)
295-
return fv
294+
return explicit_provenance.Links.get_one_accessible_parent(fv_prov)
296295

297296
def get_feature_view_provenance(self):
298297
"""Get the parent feature view of this model, based on explicit provenance.

0 commit comments

Comments
 (0)