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 2c6cbae commit 38b7c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
7 changes: 6 additions & 1 deletion src/pygeoogc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@

import async_retriever as ar
from pygeoogc import cache_keys
from pygeoogc.exceptions import InputTypeError, InputValueError, ServiceError, ServiceUnavailableError
from pygeoogc.exceptions import (
InputTypeError,
InputValueError,
ServiceError,
ServiceUnavailableError,
)

if TYPE_CHECKING:
from typing_extensions import Self
Expand Down

0 comments on commit 38b7c22

Please sign in to comment.