mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 19:31:52 +02:00
Optimize imports.
This commit is contained in:
parent
5746edaa3f
commit
221b0bace6
11 changed files with 34 additions and 34 deletions
|
@ -9,9 +9,9 @@ from typing import Optional, TextIO
|
|||
from colour import Color
|
||||
|
||||
from map_machine import __project__, __url__
|
||||
from map_machine.pictogram.icon_collection import IconCollection
|
||||
from map_machine.pictogram.icon import ShapeExtractor
|
||||
from map_machine.osm.osm_reader import STAGES_OF_DECAY
|
||||
from map_machine.pictogram.icon import ShapeExtractor
|
||||
from map_machine.pictogram.icon_collection import IconCollection
|
||||
from map_machine.scheme import Matcher, Scheme
|
||||
from map_machine.workspace import workspace
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue