From 40b98b25118317a9d67e1f84b3e7d2d4845c9f47 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 27 Feb 2022 21:26:23 -0800 Subject: [PATCH] add missing colon --- masque/utils/pack2d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/utils/pack2d.py b/masque/utils/pack2d.py index 38c440c..35f2995 100644 --- a/masque/utils/pack2d.py +++ b/masque/utils/pack2d.py @@ -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)