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,15 +1,15 @@
import os
from pathlib import Path
import shutil
import tempfile
from typing import TYPE_CHECKING
import zipfile
from pathlib import Path
from typing import TYPE_CHECKING
import pytest
from ..common import get_files
from ..kompress import CPath, ZipPath
import pytest
# hack to replace all /tmp with 'real' tmp dir
# not ideal, but makes tests more concise