Optimize imports.

This commit is contained in:
Sergey Vartanov 2021-07-11 02:51:15 +03:00
parent 5b22f7f78e
commit 9613ec2cd4
10 changed files with 12 additions and 14 deletions

View file

@ -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"