Skip to content

Commit 8ef7559

Browse files
Fix type annotation
1 parent 1e2533f commit 8ef7559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synaptic_reconstruction/distance_measurements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def keep_direct_distances(
444444
seg_ids: np.ndarray,
445445
line_dilation: int = 0,
446446
scale: Optional[Tuple[int, int, int]] = None,
447-
) -> List[List[int, int]]:
447+
) -> List[List[int]]:
448448
"""Filter out all distances that are not direct; distances that are occluded by another segmented object.
449449
450450
Args:

0 commit comments

Comments
 (0)