Skip to content

Commit 414745e

Browse files
committed
Fixed imports
1 parent 52dddba commit 414745e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Enhancements
44

55
* Introduced helper function `add_spatial_ref()`
6-
of package `xcube.core.gridmapping` that allows subsequently
6+
of package `xcube.core.gridmapping.cfconv` that allows subsequently
77
adding a missing spatial coordinate reference system to an existing
88
Zarr dataset. (#629)
99

xcube/core/gridmapping/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@
2323
from .base import CRS_WGS84
2424
from .base import DEFAULT_TOLERANCE
2525
from .base import GridMapping
26-
from .cfconv import add_spatial_ref

0 commit comments

Comments
 (0)