Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Mar 6, 2024
1 parent 2674200 commit dbc11e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwatershed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def agglom(
offsets: list[list[int]],
seeds: Optional[np.ndarray] = None,
edges: Optional[list[tuple[bool, int, int]]] = None,
strides: Optional[list[list[int]]] = None
strides: Optional[list[list[int]]] = None,
):
return agglom_rs(affinities, offsets, seeds, edges, strides)

Expand Down

0 comments on commit dbc11e8

Please sign in to comment.