mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-05 20:31:51 +02:00
Optimize imports.
This commit is contained in:
parent
9385a2233e
commit
95f844ef67
7 changed files with 9 additions and 11 deletions
|
@ -15,10 +15,8 @@ from map_machine.feature.building import Building, BUILDING_SCALE
|
|||
from map_machine.feature.crater import Crater
|
||||
from map_machine.feature.direction import DirectionSector
|
||||
from map_machine.feature.road import Road, Roads
|
||||
from map_machine.figure import (
|
||||
StyledFigure,
|
||||
)
|
||||
from map_machine.feature.tree import Tree
|
||||
from map_machine.figure import StyledFigure
|
||||
from map_machine.geometry.flinger import Flinger
|
||||
from map_machine.map_configuration import DrawingMode, MapConfiguration
|
||||
from map_machine.osm.osm_reader import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue