Skip to content

Commit 4ca1ca5

Browse files
committed
fix imports to match underlying pmtiles-mosiac lib
1 parent d5321f8 commit 4ca1ca5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topo_map_processor/tools/retile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
DividedCache,
2525
)
2626

27-
from pmtiles_mosaic.tile_sources import create_source_from_paths, MissingTileError
27+
from pmtiles_mosaic.tile_sources import create_source_from_paths
28+
from pmtiles_mosaic.tiles_common import MissingTileError
2829

2930
from .utils import relax_open_file_limit
3031

0 commit comments

Comments
 (0)