Skip to content

Commit

Permalink
Remove interface from geoutils import
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 21, 2024
1 parent 090ea1b commit f22aa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GeoUtils is a Python package for the analysis of geospatial data.
"""

from geoutils import examples, interface, pointcloud, projtools, raster, vector # noqa
from geoutils import examples, pointcloud, projtools, raster, vector # noqa
from geoutils._config import config # noqa
from geoutils.raster import Mask, Raster # noqa
from geoutils.vector import Vector # noqa
Expand Down

0 comments on commit f22aa1e

Please sign in to comment.