Skip to content

Commit

Permalink
Fix imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Dec 17, 2024
1 parent 75a8191 commit 0e7d8fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/tests/core/test_kafka_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
#
import importlib

from hopsworks_common import constants
from hsfs import storage_connector
from hsfs.core import constants, kafka_engine
from hsfs.core import kafka_engine


if constants.HAS_CONFLUENT_KAFKA:
Expand Down

0 comments on commit 0e7d8fd

Please sign in to comment.