fix: sort imports in test files (ruff I001)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -20,11 +20,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
|
||||||
|
|
||||||
PORT = 5113
|
PORT = 5113
|
||||||
|
|||||||
Reference in New Issue
Block a user