File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments