We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d21f715 + 38f116f commit df4b06cCopy full SHA for df4b06c
xarray_schema/__init__.py
@@ -1,5 +1,6 @@
1
from pkg_resources import DistributionNotFound, get_distribution
2
3
+from .base import SchemaError # noqa: F401
4
from .components import ( # noqa: F401
5
ArrayTypeSchema,
6
ChunksSchema,
0 commit comments