mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-24 11:57:44 +02:00
Fix import error.
This commit is contained in:
parent
80aa4b1680
commit
675435dd1a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import re
|
|||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
||||
from map_machine.doc.collections import Collection
|
||||
from map_machine.doc.doc_collections import Collection
|
||||
|
||||
from map_machine.map_configuration import MapConfiguration
|
||||
from map_machine.osm.osm_reader import Tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue