Skip to content

Commit

Permalink
Format Python code with psf/black push (#75)
Browse files Browse the repository at this point in the history
There appear to be some python formatting errors in
b201f0a. This pull request
uses the [psf/black](https://github.com/psf/black) formatter to fix
these issues.
  • Loading branch information
mzouink authored Feb 14, 2024
2 parents e20d8a9 + 36b886c commit c37b1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dacapo/utils/affinities.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def seg_to_affgraph(seg: np.ndarray, neighborhood: List[Coordinate]) -> np.ndarray:
nhood : np.ndarray = np.array(neighborhood)
nhood: np.ndarray = np.array(neighborhood)

# constructs an affinity graph from a segmentation
# assume affinity graph is represented as:
Expand Down

0 comments on commit c37b1c9

Please sign in to comment.