Skip to content

Commit

Permalink
Fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Dec 2, 2024
1 parent 1e2533f commit 8ef7559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synaptic_reconstruction/distance_measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def keep_direct_distances(
seg_ids: np.ndarray,
line_dilation: int = 0,
scale: Optional[Tuple[int, int, int]] = None,
) -> List[List[int, int]]:
) -> List[List[int]]:
"""Filter out all distances that are not direct; distances that are occluded by another segmented object.
Args:
Expand Down

0 comments on commit 8ef7559

Please sign in to comment.