fix: sort imports in remaining test files (ruff I001)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-22 23:22:51 +01:00
parent 6f81ffbc45
commit 5b6c4182f7
3 changed files with 6 additions and 3 deletions

View File

@@ -9,9 +9,10 @@ import sqlite3
from unittest.mock import AsyncMock, patch
import pytest
from padelnomics import core
from padelnomics.worker import handle_send_waitlist_confirmation
from padelnomics import core
# ── Fixtures ──────────────────────────────────────────────────────