Skip to content

Commit

Permalink
MNT: Add the exception module as a high-level API so in duture versio…
Browse files Browse the repository at this point in the history
…n exceptions will be removed from high-level APIs. [skip ci]
  • Loading branch information
Taher Chegini committed May 8, 2024
1 parent b103c3a commit f21e52f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pygeoogc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from importlib.metadata import PackageNotFoundError, version
from pathlib import Path

from pygeoogc import exceptions
from pygeoogc.cache_keys import create_request_key
from pygeoogc.exceptions import (
InputTypeError,
Expand Down Expand Up @@ -50,4 +51,6 @@
"match_crs",
"validate_crs",
"show_versions",
"exceptions",
"__version__",
]

0 comments on commit f21e52f

Please sign in to comment.