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,14 +15,14 @@ import numpy as np
import svgwrite
from PIL import Image
from map_machine.geometry.boundary_box import BoundaryBox
from map_machine.constructor import Constructor
from map_machine.geometry.boundary_box import BoundaryBox
from map_machine.geometry.flinger import Flinger
from map_machine.pictogram.icon import ShapeExtractor
from map_machine.map_configuration import MapConfiguration
from map_machine.mapper import Map
from map_machine.osm.osm_getter import NetworkError, get_osm
from map_machine.osm.osm_reader import OSMData
from map_machine.pictogram.icon import ShapeExtractor
from map_machine.scheme import Scheme
from map_machine.workspace import workspace