Skip to content

Commit 07112f5

Browse files
author
Tsotne Tabidze
authored
Fix warning in FeatureView.from_proto (#1751)
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
1 parent ac4147d commit 07112f5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdk/python/feast/feature_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ def from_proto(cls, feature_view_proto: FeatureViewProto):
274274
and feature_view_proto.spec.ttl.nanos == 0
275275
else feature_view_proto.spec.ttl
276276
),
277-
input=batch_source,
278277
batch_source=batch_source,
279278
stream_source=stream_source,
280279
)

0 commit comments

Comments
 (0)