fix: sort imports in remaining test files (ruff I001)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,11 +16,12 @@ from pathlib import Path
|
|||||||
from unittest.mock import AsyncMock, patch
|
from unittest.mock import AsyncMock, patch
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from padelnomics import core
|
|
||||||
from padelnomics.app import create_app
|
from padelnomics.app import create_app
|
||||||
from padelnomics.migrations.migrate import migrate
|
from padelnomics.migrations.migrate import migrate
|
||||||
from playwright.sync_api import expect, sync_playwright
|
from playwright.sync_api import expect, sync_playwright
|
||||||
|
|
||||||
|
from padelnomics import core
|
||||||
|
|
||||||
pytestmark = pytest.mark.visual
|
pytestmark = pytest.mark.visual
|
||||||
|
|
||||||
SCREENSHOTS_DIR = Path(__file__).parent / "screenshots"
|
SCREENSHOTS_DIR = Path(__file__).parent / "screenshots"
|
||||||
|
|||||||
@@ -19,11 +19,12 @@ from pathlib import Path
|
|||||||
from unittest.mock import AsyncMock, patch
|
from unittest.mock import AsyncMock, patch
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from padelnomics import core
|
|
||||||
from padelnomics.app import create_app
|
from padelnomics.app import create_app
|
||||||
from padelnomics.migrations.migrate import migrate
|
from padelnomics.migrations.migrate import migrate
|
||||||
from playwright.sync_api import expect, sync_playwright
|
from playwright.sync_api import expect, sync_playwright
|
||||||
|
|
||||||
|
from padelnomics import core
|
||||||
|
|
||||||
pytestmark = pytest.mark.visual
|
pytestmark = pytest.mark.visual
|
||||||
|
|
||||||
SCREENSHOTS_DIR = Path(__file__).parent / "screenshots"
|
SCREENSHOTS_DIR = Path(__file__).parent / "screenshots"
|
||||||
|
|||||||
@@ -9,9 +9,10 @@ import sqlite3
|
|||||||
from unittest.mock import AsyncMock, patch
|
from unittest.mock import AsyncMock, patch
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from padelnomics import core
|
|
||||||
from padelnomics.worker import handle_send_waitlist_confirmation
|
from padelnomics.worker import handle_send_waitlist_confirmation
|
||||||
|
|
||||||
|
from padelnomics import core
|
||||||
|
|
||||||
# ── Fixtures ──────────────────────────────────────────────────────
|
# ── Fixtures ──────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user