Skip to content

Commit

Permalink
Update host_array import
Browse files Browse the repository at this point in the history
dask/distributed#8312 has changed the
`host_array` submodule where it belongs.
  • Loading branch information
pentschev committed Oct 30, 2023
1 parent 1550d3a commit a79b824
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions python/distributed-ucxx/distributed_ucxx/ucxx.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@
from distributed.comm.addressing import parse_host_port, unparse_host_port
from distributed.comm.core import Comm, CommClosedError, Connector, Listener
from distributed.comm.registry import Backend
from distributed.comm.utils import (
ensure_concrete_host,
from_frames,
host_array,
to_frames,
)
from distributed.comm.utils import ensure_concrete_host, from_frames, to_frames
from distributed.diagnostics.nvml import (
CudaDeviceInfo,
get_device_index_and_uuid,
has_cuda_context,
)
from distributed.protocol.utils import host_array
from distributed.utils import ensure_ip, get_ip, get_ipv6, log_errors, nbytes

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit a79b824

Please sign in to comment.