mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-02 19:02:12 +02:00
Reformat with Black.
This commit is contained in:
parent
0c95f608f8
commit
be20c91951
5 changed files with 25 additions and 23 deletions
|
@ -12,6 +12,7 @@ from roentgen import ui
|
|||
from roentgen.color import get_gradient_color
|
||||
from roentgen.figure import Building, Road, StyledFigure
|
||||
from roentgen.flinger import Flinger
|
||||
|
||||
# fmt: off
|
||||
from roentgen.icon import (
|
||||
DEFAULT_SMALL_SHAPE_ID, Icon, IconSet, ShapeExtractor, ShapeSpecification
|
||||
|
@ -22,7 +23,6 @@ from roentgen.osm_reader import (
|
|||
from roentgen.point import Point
|
||||
from roentgen.scheme import DEFAULT_COLOR, LineStyle, Scheme
|
||||
from roentgen.util import MinMax
|
||||
|
||||
# fmt: on
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
|
@ -373,7 +373,6 @@ class Constructor:
|
|||
)
|
||||
labels = self.scheme.construct_text(tags, "all", processed)
|
||||
self.scheme.process_ignored(tags, processed)
|
||||
|
||||
point: Point = Point(
|
||||
icon_set, labels, tags, processed, flung, node.coordinates,
|
||||
priority=priority, draw_outline=draw_outline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue