Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Sep 26, 2024
1 parent 6e178c1 commit b1461e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hydromt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import netCDF4 # noqa: F401

# submodules
from . import _io, data_catalog, gis, model, stats, utils
from . import _io, data_catalog, gis, model, stats

# high-level methods
from .data_catalog import DataCatalog
Expand All @@ -31,7 +31,6 @@
"_io",
"model",
"stats",
"utils",
# raster and vector accessor
"raster",
"vector",
Expand Down

0 comments on commit b1461e8

Please sign in to comment.