Skip to content

Commit 1b9a52d

Browse files
committed
fix
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 3abed13 commit 1b9a52d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/python/feast/feature_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ def _get_features(
501501
)
502502
if feature_service_from_registry != _features:
503503
warnings.warn(
504-
"The FeatureService object that has been passed in as an argument is"
505-
"inconsistent with the version from Registry. Potentially a newer version"
504+
"The FeatureService object that has been passed in as an argument is "
505+
"inconsistent with the version from the registry. Potentially a newer version "
506506
"of the FeatureService has been applied to the registry."
507507
)
508508
for projection in feature_service_from_registry.feature_view_projections:

sdk/python/feast/repo_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def _validate_flags(cls, v):
394394
if not isinstance(v, Dict):
395395
return
396396

397-
_logger.warn(
397+
_logger.warning(
398398
"Flags are no longer necessary in Feast. Experimental features will log warnings instead."
399399
)
400400

0 commit comments

Comments
 (0)