Skip to content

Commit 63e8102

Browse files
committed
#156 Add empty specs module and test for it
1 parent 214ab6b commit 63e8102

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

tests/test_specs.py

Whitespace-only changes.

xarray_dataclasses/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from .dataset import *
88
from .datamodel import *
99
from .dataoptions import *
10+
from .specs import *
1011
from .typing import *
1112

1213

xarray_dataclasses/specs.py

Whitespace-only changes.

0 commit comments

Comments
 (0)