From 5333d07a52143dc4518d95e741461bab3029eb0b Mon Sep 17 00:00:00 2001 From: Joshua Larsen Date: Tue, 7 Dec 2021 09:23:19 -0800 Subject: [PATCH] linting with updated version of black --- flopy/utils/gridintersect.py | 2 -- 1 file changed, 2 deletions(-) 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