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.
1 parent d21f715 commit 38f116fCopy full SHA for 38f116f
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