Skip to content

Commit 29ee427

Browse files
committed
Move constants to core
1 parent 5325580 commit 29ee427

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

python/hopsworks_common/decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import functools
2020
import os
2121

22-
from hopsworks_common.constants import (
22+
from hopsworks_common.core.constants import (
2323
HAS_GREAT_EXPECTATIONS,
2424
great_expectations_not_installed_message,
2525
)

python/hsfs/core/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
from hopsworks_common.constants import (
17+
from hopsworks_common.core.constants import (
1818
HAS_AIOMYSQL,
1919
HAS_AVRO,
2020
HAS_CONFLUENT_KAFKA,

0 commit comments

Comments
 (0)