Optimize imports.

This commit is contained in:
Sergey Vartanov 2021-05-06 23:39:39 +03:00
parent 330648e034
commit fa8e5551e7
7 changed files with 10 additions and 15 deletions

View file

@ -11,7 +11,7 @@ from typing import Any, Dict, List, Optional, Set, Tuple, Union
import yaml
from colour import Color
from roentgen.icon import DEFAULT_SHAPE_ID, Shape, IconExtractor
from roentgen.icon import DEFAULT_SHAPE_ID, IconExtractor, Shape
from roentgen.text import Label, get_address, get_text
DEFAULT_COLOR: Color = Color("#444444")