fix(fc2b): ruff import sort in test_ml_tagger.py

ruff isort orders Tagger before TagPrediction (its case-insensitive
tiebreak). One-char autofix; ruff check now clean across backend/tests/alembic.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-15 10:07:38 -04:00
parent cd7721fb03
commit 4623551bf6
+1 -1
View File
@@ -10,8 +10,8 @@ import pytest
from backend.app.services.ml.tagger import (
STORE_FLOOR,
SURFACED_CATEGORIES,
TagPrediction,
Tagger,
TagPrediction,
get_tagger,
)