diff --git a/rtree/index.py b/rtree/index.py index 49fb2769..7996567d 100644 --- a/rtree/index.py +++ b/rtree/index.py @@ -360,7 +360,7 @@ def get_coordinate_pointers( if not p <= q: raise RTreeError( "Coordinates must not have minimums more than maximums" - ) + ) return mins, maxs