Optimize imports.

This commit is contained in:
Sergey Vartanov 2021-11-18 07:54:19 +03:00
parent 1197a60bac
commit d12166143a
3 changed files with 8 additions and 7 deletions

View file

@ -1,12 +1,13 @@
"""
Buildings on the map.
"""
from typing import Any, Optional
import numpy as np
from colour import Color
from svgwrite import Drawing
from svgwrite.container import Group
from svgwrite.path import Path
from typing import Any, Optional
from map_machine.drawing import PathCommands
from map_machine.feature.direction import Segment