Skip to content

Commit

Permalink
Fix import HAS_PANDAS
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Dec 12, 2024
1 parent 46ae27f commit d5c945e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/hopsworks_common/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
import humps
from hopsworks_common import client
from hopsworks_common.client.exceptions import FeatureStoreException, JobException
from hopsworks_common.constants import HAS_PANDAS, MODEL, PREDICTOR, Default
from hopsworks_common.constants import MODEL, PREDICTOR, Default
from hopsworks_common.core.constants import HAS_PANDAS
from hopsworks_common.git_file_status import GitFileStatus
from six import string_types

Expand Down

0 comments on commit d5c945e

Please sign in to comment.