Skip to content

Commit 5bff836

Browse files
changing typo
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 0d0d117 commit 5bff836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/feast/feature_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def _make_inferences(
613613
update_feature_views_with_inferred_features_and_entities(
614614
odfvs_to_update, entities + entities_to_update, self.config
615615
)
616-
# TODO(kevjumba): Update schema inferrence
616+
# TODO(kevjumba): Update schema inference
617617
for sfv in sfvs_to_update:
618618
if not sfv.schema:
619619
raise ValueError(
@@ -909,7 +909,7 @@ def apply(
909909

910910
# Validate all feature views and make inferences.
911911
self._validate_all_feature_views(
912-
views_to_update, odfvs_to_update, sfvs_to_update
912+
views_to_update, odfvs_to_update, sfvs_to_update,
913913
)
914914
self._make_inferences(
915915
data_sources_to_update,

0 commit comments

Comments
 (0)