Reformat with Black.

This commit is contained in:
Sergey Vartanov 2021-07-30 03:25:41 +03:00
parent 0c95f608f8
commit be20c91951
5 changed files with 25 additions and 23 deletions

View file

@ -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