diff --git a/src/zampy/__init__.py b/src/zampy/__init__.py index 98164ae..e5cc82f 100644 --- a/src/zampy/__init__.py +++ b/src/zampy/__init__.py @@ -1,6 +1,5 @@ """zampy.""" from zampy import datasets -from zampy import utils __author__ = "Bart Schilperoort" @@ -8,4 +7,4 @@ __version__ = "0.1.0" -__all__ = ["datasets", "utils"] +__all__ = ["datasets"]