We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22283e commit e7baeb7Copy full SHA for e7baeb7
erddapy/array_like/datasets.py
@@ -1,5 +1,7 @@
1
"""Classes to represent ERDDAP datasets."""
2
3
+from __future__ import annotations
4
+
5
from pathlib import Path
6
from typing import Union
7
erddapy/array_like/server.py
"""Class ERDDAPServer to represent an ERDDAP server connection."""
from erddapy.array_like.connection import ERDDAPConnection
from erddapy.array_like.datasets import ERDDAPDataset
0 commit comments