core: cleanup/sort imports according to ruff check --select I
This commit is contained in:
parent
7023088d13
commit
478e288ea8
45 changed files with 235 additions and 170 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue