Skip to content

Commit 5325580

Browse files
committed
Fix mistype in decorators
1 parent c81a0a0 commit 5325580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.constants import (
22+
from hopsworks_common.constants import (
2323
HAS_GREAT_EXPECTATIONS,
2424
great_expectations_not_installed_message,
2525
)

0 commit comments

Comments
 (0)