Skip to content

Commit

Permalink
Unsaved changes
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
  • Loading branch information
kevjumba committed Jun 1, 2022
1 parent 3e745bf commit e7a324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/stream_feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def stream_feature_view(

def mainify(obj):
# Needed to allow dill to properly serialize the udf. Otherwise, clients will need to have a file with the same
# name as the original file defining the ODFV.
# name as the original file defining the sfv.
if obj.__module__ != "__main__":
obj.__module__ = "__main__"

Expand Down

0 comments on commit e7a324e

Please sign in to comment.