Skip to content

Commit

Permalink
Remove redundant code from get_feature_store
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Dec 3, 2024
1 parent af3535e commit 7ece015
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/hopsworks_common/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ def get_feature_store(
# Returns
`FeatureStore`. A feature store handle object to perform operations on.
"""
# Ensure the engine is initialized and of right type
from hsfs import engine as hsfs_engine

hsfs_engine.get_instance()

if not name:
name = client.get_instance()._project_name
return self._feature_store_api.get(util.append_feature_store_suffix(name))
Expand Down

0 comments on commit 7ece015

Please sign in to comment.