diff --git a/tests/test_importer.py b/tests/test_importer.py index 6d1acc9..63f57cf 100644 --- a/tests/test_importer.py +++ b/tests/test_importer.py @@ -11,12 +11,12 @@ import pytest from PIL import Image from sqlalchemy import select -pytestmark = pytest.mark.integration - from backend.app.models import Artist, ImageRecord, ImportSettings, Tag, TagKind from backend.app.services.importer import Importer, SkipReason from backend.app.services.thumbnailer import Thumbnailer +pytestmark = pytest.mark.integration + @pytest.fixture def import_layout(tmp_path):