Skip to content

Commit

Permalink
Fix imports in array_like module
Browse files Browse the repository at this point in the history
  • Loading branch information
vinisalazar committed Oct 29, 2022
1 parent 0782350 commit 3a918c4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions erddapy/array_like/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@
"""


from .array_like import (
ERDDAPConnection,
ERDDAPDataset,
ERDDAPServer,
GridDataset,
TableDataset,
)
from .connection import ERDDAPConnection
from .datasets import ERDDAPDataset, GridDataset, TableDataset
from .server import ERDDAPServer

__all__ = [
"ERDDAPDataset",
Expand Down

0 comments on commit 3a918c4

Please sign in to comment.