Skip to content

Commit 918521c

Browse files
authored
take Callable from typing
1 parent 3f8974e commit 918521c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dask_histogram/layers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import math
22
import operator
3-
from collections.abc import Callable
4-
from typing import Any
3+
from typing import Any, Callable
54

65
import toolz
76
from dask.layers import Layer

0 commit comments

Comments
 (0)