File tree Expand file tree Collapse file tree 3 files changed +2
-21
lines changed
Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def _add_standard_imports(doctest_namespace):
2121 doctest_namespace ["geoutils" ] = geoutils
2222
2323
24- @pytest .fixture ()
24+ @pytest .fixture
2525def wms_resp ():
2626 """Return a WMS response."""
2727 return WMS (
@@ -38,7 +38,7 @@ def wms_resp():
3838 )
3939
4040
41- @pytest .fixture ()
41+ @pytest .fixture
4242def gtiff_list ():
4343 """Return a WMS response."""
4444 return WMS (
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ classifiers = [
2222 " Operating System :: OS Independent" ,
2323 " Programming Language :: Python" ,
2424 " Programming Language :: Python :: 3 :: Only" ,
25- " Programming Language :: Python :: 3.8" ,
2625 " Programming Language :: Python :: 3.9" ,
2726 " Programming Language :: Python :: 3.10" ,
2827 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments