Skip to content

Commit

Permalink
Remove reference to utils module
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Feb 1, 2024
1 parent edadffe commit 2580e40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zampy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
"""zampy."""
from zampy import datasets
from zampy import utils


__author__ = "Bart Schilperoort"
__email__ = "[email protected]"
__version__ = "0.1.0"


__all__ = ["datasets", "utils"]
__all__ = ["datasets"]

0 comments on commit 2580e40

Please sign in to comment.