mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-22 05:26:24 +02:00
Fix code style.
This commit is contained in:
parent
2bd89a6539
commit
94f0897084
5 changed files with 15 additions and 8 deletions
|
@ -20,20 +20,21 @@ from map_machine.figure import (
|
|||
Tree,
|
||||
)
|
||||
from map_machine.flinger import Flinger
|
||||
from map_machine.map_configuration import DrawingMode, MapConfiguration
|
||||
|
||||
# fmt: off
|
||||
from map_machine.icon import (
|
||||
DEFAULT_SMALL_SHAPE_ID, Icon, IconSet, Shape, ShapeExtractor,
|
||||
ShapeSpecification
|
||||
DEFAULT_SMALL_SHAPE_ID,
|
||||
Icon,
|
||||
IconSet,
|
||||
Shape,
|
||||
ShapeExtractor,
|
||||
ShapeSpecification,
|
||||
)
|
||||
from map_machine.map_configuration import DrawingMode, MapConfiguration
|
||||
from map_machine.osm_reader import OSMData, OSMNode, OSMRelation, OSMWay
|
||||
from map_machine.point import Point
|
||||
from map_machine.scheme import DEFAULT_COLOR, LineStyle, RoadMatcher, Scheme
|
||||
from map_machine.text import Label
|
||||
from map_machine.ui import BuildingMode
|
||||
from map_machine.util import MinMax
|
||||
# fmt: on
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue