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 f505d89 commit 0021529
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pynhd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from importlib.metadata import PackageNotFoundError, version

from pynhd import exceptions
from pynhd.core import AGRBase, GeoConnex, ScienceBase
from pynhd.exceptions import (
DependencyError,
Expand Down Expand Up @@ -72,7 +73,6 @@
"nhdplus_l48",
"StreamCat",
"streamcat",
"show_versions",
"NLDI",
"NHDTools",
"AGRBase",
Expand All @@ -91,4 +91,7 @@
"enhd_attrs",
"nhdplus_vaa",
"nhdplus_h12pp",
"show_versions",
"exceptions",
"__version__",
]

0 comments on commit 0021529

Please sign in to comment.