core: cleanup/sort imports according to ruff check --select I

This commit is contained in:
Dima Gerasimov 2024-08-16 13:25:19 +03:00 committed by karlicoss
parent 7023088d13
commit 7bfce72b7c
45 changed files with 235 additions and 170 deletions

View file

@ -1,9 +1,8 @@
from pathlib import Path
from ..structure import match_structure
import pytest
from ..structure import match_structure
structure_data: Path = Path(__file__).parent / "structure_data"