Skip to content

Commit

Permalink
Revert "Remove import of dask_cudf, which is now a part of cudf (dask…
Browse files Browse the repository at this point in the history
…#5568)"

This reverts commit a44790a.
  • Loading branch information
mrocklin committed Nov 13, 2019
1 parent a37b2dd commit b89d2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/dataframe/backends.py
Expand Up @@ -15,4 +15,4 @@
@meta_nonempty.register_lazy("cudf")
@make_meta.register_lazy("cudf")
def _register_cudf():
import cudf # noqa: F401
import dask_cudf # noqa: F401

0 comments on commit b89d2bd

Please sign in to comment.