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

@ -10,8 +10,8 @@ from svgwrite.container import Group
from svgwrite.gradients import RadialGradient
from svgwrite.path import Path
from map_machine.feature.direction import DirectionSet, Sector
from map_machine.drawing import PathCommands
from map_machine.feature.direction import DirectionSet, Sector
from map_machine.geometry.flinger import Flinger
from map_machine.osm.osm_reader import OSMNode, Tagged
from map_machine.scheme import LineStyle, Scheme