Skip to content

Commit b5648f0

Browse files
authored
Update feature_view.py
1 parent 9e9e290 commit b5648f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/feast/feature_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def to_proto(self) -> FeatureViewProto:
219219

220220
batch_source_proto = self.batch_source.to_proto()
221221
if batch_source_proto is not None:
222-
batch_source_proto.data_source_class_type = f"{self.batch_source.__class__.__module__}.{self.batch_source.__class__.__name__}"
222+
batch_source_proto.data_source_class_type = f"{self.batch_source.__class__.__module__}.{self.batch_source.__class__.__name__}"
223223

224224
stream_source_proto = None
225225
if self.stream_source:

0 commit comments

Comments
 (0)