Skip to content

Commit

Permalink
Unwrap some lines (#63)
Browse files Browse the repository at this point in the history
These lines fit within the line limit in unwrapped form. So go ahead and
unwrap them.
  • Loading branch information
jakirkham committed Sep 9, 2018
1 parent 315d8f4 commit f469f8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dask_image/ndmeasure/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ def _labeled_comprehension_func(func,
"""

return dask.array.from_delayed(
_labeled_comprehension_delayed(
func, out_dtype, default, a, positions
),
_labeled_comprehension_delayed(func, out_dtype, default, a, positions),
tuple(),
out_dtype
)

0 comments on commit f469f8e

Please sign in to comment.