add missing colon

This commit is contained in:
jan 2022-02-27 21:26:23 -08:00
parent 47d655d270
commit 40b98b2511

View File

@ -39,7 +39,7 @@ def maxrects_bssf(
containers: ArrayLike,
presort: bool = True,
allow_rejects: bool = True,
) -> Tuple[NDArray[numpy.float64], Set[int]]
) -> Tuple[NDArray[numpy.float64], Set[int]]:
"""
sizes should be Nx2
regions should be Mx4 (xmin, ymin, xmax, ymax)