mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-28 16:36:27 +02:00
Optimize imports.
This commit is contained in:
parent
5b22f7f78e
commit
9613ec2cd4
10 changed files with 12 additions and 14 deletions
|
@ -2,12 +2,12 @@
|
|||
Test icon generation for nodes.
|
||||
"""
|
||||
from pathlib import Path
|
||||
from typing import Dict, Tuple, Set
|
||||
from typing import Dict, Set, Tuple
|
||||
|
||||
import pytest
|
||||
|
||||
from roentgen.icon import IconSet
|
||||
from roentgen.grid import IconCollection
|
||||
from roentgen.icon import IconSet
|
||||
from test import SCHEME, SHAPE_EXTRACTOR
|
||||
|
||||
__author__ = "Sergey Vartanov"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue