Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cf_xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from . import geometry as geometry
from . import sgrid # noqa
from .accessor import CFAccessor # noqa
from .accessor import CFAccessor, GridMapping # noqa
from .coding import ( # noqa
decode_compress_to_multi_index,
encode_multi_index_as_compress,
Expand Down
Loading
Loading