Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit e1e1993

Browse files
authored
Merge pull request #82 from lincc-frameworks/fix-smoke-tests
Fix unit test smoke tests
2 parents 6e8d42d + c81f484 commit e1e1993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nested_dask/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import nested_pandas as npd
55
import pandas as pd
6+
from dask._dispatch import get_collection_type
67
from dask.dataframe.backends import meta_nonempty_dataframe
7-
from dask.dataframe.dask_expr._dispatch import get_collection_type
88
from dask.dataframe.dispatch import make_meta_dispatch
99
from dask.dataframe.extensions import make_array_nonempty
1010
from dask.dataframe.utils import meta_nonempty

0 commit comments

Comments
 (0)