Skip to content

Commit

Permalink
LNT: Run pre-commit. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Sep 14, 2024
1 parent 97b5fa0 commit 0216fee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .flake8

This file was deleted.

4 changes: 2 additions & 2 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _add_standard_imports(doctest_namespace):
doctest_namespace["geoutils"] = geoutils


@pytest.fixture()
@pytest.fixture
def wms_resp():
"""Return a WMS response."""
return WMS(
Expand All @@ -38,7 +38,7 @@ def wms_resp():
)


@pytest.fixture()
@pytest.fixture
def gtiff_list():
"""Return a WMS response."""
return WMS(
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 0216fee

Please sign in to comment.