diff --git a/flopy/utils/gridintersect.py b/flopy/utils/gridintersect.py index 18d4183142..79ad8243f5 100644 --- a/flopy/utils/gridintersect.py +++ b/flopy/utils/gridintersect.py @@ -45,7 +45,6 @@ def ignore_shapely_warnings_for_object_array(): ) yield - elif SHAPELY_LT_18 and NUMPY_GE_121: @contextlib.contextmanager @@ -58,7 +57,6 @@ def ignore_shapely_warnings_for_object_array(): ) yield - else: @contextlib.contextmanager