Skip to content

Commit

Permalink
Fix mistype in decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Jul 17, 2024
1 parent c81a0a0 commit 5325580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hopsworks_common/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import functools
import os

from hopsworks.constants import (
from hopsworks_common.constants import (
HAS_GREAT_EXPECTATIONS,
great_expectations_not_installed_message,
)
Expand Down

0 comments on commit 5325580

Please sign in to comment.