Skip to content

Commit df4b06c

Browse files
author
Joe Hamman
authored
Merge pull request #14 from carbonplan/init
expose SchemaError in init
2 parents d21f715 + 38f116f commit df4b06c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray_schema/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from pkg_resources import DistributionNotFound, get_distribution
22

3+
from .base import SchemaError # noqa: F401
34
from .components import ( # noqa: F401
45
ArrayTypeSchema,
56
ChunksSchema,

0 commit comments

Comments
 (0)