Optimize imports.

This commit is contained in:
Sergey Vartanov 2021-11-08 03:27:36 +03:00
parent 5746edaa3f
commit 221b0bace6
11 changed files with 34 additions and 34 deletions

View file

@ -15,8 +15,6 @@ from svgwrite.shapes import Circle
from map_machine.drawing import PathCommands
from map_machine.geometry.flinger import Flinger
from map_machine.osm.osm_reader import OSMNode, Tagged
from map_machine.scheme import RoadMatcher
from map_machine.geometry.vector import (
Line,
Polyline,
@ -24,6 +22,8 @@ from map_machine.geometry.vector import (
norm,
turn_by_angle,
)
from map_machine.osm.osm_reader import OSMNode, Tagged
from map_machine.scheme import RoadMatcher
__author__ = "Sergey Vartanov"
__email__ = "me@enzet.ru"