Skip to content

Commit

Permalink
Fix warning in FeatureView.from_proto (#1751)
Browse files Browse the repository at this point in the history
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
  • Loading branch information
Tsotne Tabidze authored Jul 30, 2021
1 parent ac4147d commit 07112f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/feast/feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def from_proto(cls, feature_view_proto: FeatureViewProto):
and feature_view_proto.spec.ttl.nanos == 0
else feature_view_proto.spec.ttl
),
input=batch_source,
batch_source=batch_source,
stream_source=stream_source,
)
Expand Down

0 comments on commit 07112f5

Please sign in to comment.