Skip to content

Commit

Permalink
Merge pull request #82 from lincc-frameworks/fix-smoke-tests
Browse files Browse the repository at this point in the history
Fix unit test smoke tests
  • Loading branch information
camposandro authored Feb 14, 2025
2 parents 6e8d42d + c81f484 commit e1e1993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nested_dask/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import nested_pandas as npd
import pandas as pd
from dask._dispatch import get_collection_type
from dask.dataframe.backends import meta_nonempty_dataframe
from dask.dataframe.dask_expr._dispatch import get_collection_type
from dask.dataframe.dispatch import make_meta_dispatch
from dask.dataframe.extensions import make_array_nonempty
from dask.dataframe.utils import meta_nonempty
Expand Down

0 comments on commit e1e1993

Please sign in to comment.