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 dffbf80 commit c637924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pygeoutils/__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 pygeoutils import exceptions
from pygeoutils._utils import get_gtiff_attrs, get_transform, transform2tuple, xd_write_crs
from pygeoutils.exceptions import (
EmptyResponseError,
Expand Down Expand Up @@ -96,4 +97,6 @@
"MatchingCRSError",
"EmptyResponseError",
"show_versions",
"exceptions",
"__version__",
]

0 comments on commit c637924

Please sign in to comment.