diff --git a/flopy/utils/gridintersect.py b/flopy/utils/gridintersect.py index 6e3d9141ab..115eaf4ea0 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