Skip to content

Commit

Permalink
fix fsspec imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Kraus committed Mar 12, 2021
1 parent 8aeb14e commit 0dc2012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/dask_cudf/dask_cudf/io/orc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

from io import BufferedWriter, IOBase

from fsspec.core import get_fs_token_paths
from fsspec.utils import stringify_path
from pyarrow import orc as orc

from dask import dataframe as dd
from dask.base import tokenize
from dask.bytes.core import get_fs_token_paths, stringify_path
from dask.dataframe.io.utils import _get_pyarrow_dtypes

import cudf
Expand Down

0 comments on commit 0dc2012

Please sign in to comment.