Skip to content

Commit 7bde684

Browse files
authored
adjust import location of dask DataFrame and Series
1 parent 918521c commit 7bde684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dask_histogram/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Optional, Sequence, Tuple, Union
44

55
from dask.array.core import Array
6-
from dask.dataframe.core import DataFrame, Series
6+
from dask.dataframe import DataFrame, Series
77
from numpy.typing import ArrayLike
88

99
BinType = Union[int, ArrayLike]

0 commit comments

Comments
 (0)