mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +02:00
Optimize imports.
This commit is contained in:
parent
330648e034
commit
fa8e5551e7
7 changed files with 10 additions and 15 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue