mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-25 20:39:22 +02:00
Optimize imports.
This commit is contained in:
parent
9385a2233e
commit
95f844ef67
7 changed files with 9 additions and 11 deletions
|
@ -9,8 +9,8 @@ from typing import Any, Optional
|
|||
import numpy as np
|
||||
import svgwrite
|
||||
from svgwrite import Drawing
|
||||
from svgwrite.text import Text
|
||||
from svgwrite.shapes import Line, Rect
|
||||
from svgwrite.text import Text
|
||||
|
||||
from map_machine.map_configuration import MapConfiguration
|
||||
from map_machine.osm.osm_reader import Tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue