Skip to content

Commit 82f66e2

Browse files
authored
isort
1 parent 9d38a0c commit 82f66e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/dask_histogram/layers.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
import toolz
2-
import operator
31
import math
4-
2+
import operator
53
from collections.abc import Callable
64
from typing import Any
75

6+
import toolz
87
from dask.layers import Layer
98

109

0 commit comments

Comments
 (0)