Skip to content

Commit eec9419

Browse files
adding unit test and merging changes
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 9aff889 commit eec9419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/on_demand_feature_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def __init__( # noqa: C901
120120
owner (optional): The owner of the on demand feature view, typically the email
121121
of the primary maintainer.
122122
write_to_online_store (optional): A boolean that indicates whether to write the on demand feature view to
123-
the online store for faster retrieval.
123+
the online store for faster retrieval.
124124
"""
125125
super().__init__(
126126
name=name,

0 commit comments

Comments
 (0)