From 04aa983ac3050af932c3a27f73d2f407bd439abe Mon Sep 17 00:00:00 2001 From: rjzamora Date: Mon, 12 Aug 2024 12:12:43 -0700 Subject: [PATCH] formatting --- python/dask_cudf/dask_cudf/backends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/dask_cudf/dask_cudf/backends.py b/python/dask_cudf/dask_cudf/backends.py index 65b26758cee..5b86108dbd4 100644 --- a/python/dask_cudf/dask_cudf/backends.py +++ b/python/dask_cudf/dask_cudf/backends.py @@ -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)