◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
5 changes: 0 additions & 5 deletions sdk/python/feast/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
from feast.saved_dataset import SavedDataset, SavedDatasetStorage, ValidationReference
from feast.stream_feature_view import StreamFeatureView
from feast.utils import _utc_now
from feast.version import get_version

warnings.simplefilter("once", DeprecationWarning)

Expand Down Expand Up @@ -171,10 +170,6 @@ def __init__(

self._provider = get_provider(self.config)

def version(self) -> str:
"""Returns the version of the current Feast SDK/CLI."""
return get_version()

def __repr__(self) -> str:
return (
f"FeatureStore(\n"
Expand Down
Toggle all file notes Toggle all file annotations