Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Dec 17, 2024
1 parent c7986fe commit 75a8191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/hsfs/core/kafka_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
from typing import TYPE_CHECKING, Any, Callable, Dict, Literal, Optional, Tuple, Union

from hopsworks_common import client
from hopsworks_common.core.constants import HAS_NUMPY
from hopsworks_common.decorators import uses_confluent_kafka
from hsfs.core import storage_connector_api
from hsfs.core.constants import (
from hopsworks_common.core.constants import (
HAS_AVRO,
HAS_CONFLUENT_KAFKA,
HAS_FAST_AVRO,
HAS_NUMPY,
HAS_PANDAS,
avro_not_installed_message,
)
from hopsworks_common.decorators import uses_confluent_kafka
from hsfs.core import storage_connector_api
from tqdm import tqdm


Expand Down

0 comments on commit 75a8191

Please sign in to comment.