Skip to content

Commit 04a2772

Browse files
authored
Update pyresample/geometry.py
1 parent 05f6d58 commit 04a2772

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyresample/geometry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ def _get_bbox_elements(self, coord_fun, vertices_per_side: Optional[int] = None)
345345

346346
def _filter_bbox_nans(
347347
self,
348-
dim1_sides: tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray],
349-
dim2_sides: tuple[np.ndarray, np.ndarray, np.ndarray, np.ndarray],
348+
dim1_sides: tuple[np.ndarray, ...],
349+
dim2_sides: tuple[np.ndarray, ...],
350350
) -> tuple[list[np.ndarray], list[np.ndarray]]:
351351
new_dim1_sides = []
352352
new_dim2_sides = []

0 commit comments

Comments
 (0)