Skip to content

Commit

Permalink
Import AnyKeyFile, as per Distributed changes
Browse files Browse the repository at this point in the history
dask/distributed#8195 has renamed `CustomFile`
to `AnyKeyFile`, the import requires updating.
  • Loading branch information
pentschev committed Oct 4, 2023
1 parent 5e1c500 commit ff9a1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cuda/device_host_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
serialize_bytelist,
)
from distributed.sizeof import safe_sizeof
from distributed.spill import CustomFile as KeyAsStringFile
from distributed.spill import AnyKeyFile as KeyAsStringFile
from distributed.utils import nbytes

from .is_device_object import is_device_object
Expand Down

0 comments on commit ff9a1a2

Please sign in to comment.