Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Aug 12, 2024
1 parent 17be6b0 commit 04aa983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dask_cudf/dask_cudf/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,9 @@ def read_csv(
storage_options=None,
**kwargs,
):
from fsspec.utils import stringify_path
from dask_expr._collection import new_collection
from dask_expr.io.csv import ReadCSV
from fsspec.utils import stringify_path

if not isinstance(path, str):
path = stringify_path(path)
Expand Down

0 comments on commit 04aa983

Please sign in to comment.