mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-01 18:31:53 +02:00
Optimize imports.
This commit is contained in:
parent
5746edaa3f
commit
221b0bace6
11 changed files with 34 additions and 34 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue