style(heads): fix import ordering (ruff I001)
CI / lint (push) Successful in 2s
CI / frontend-build (push) Successful in 19s
CI / integration (push) Successful in 3m20s
CI / backend-lint-and-test (push) Successful in 26s

Alphabetize HeadTrainingRun in models/__init__ + maintenance imports (H before
I), and drop the inline comment that split heads.py's import block. Pure import
ordering — no behavior change. (run 1601 lint)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ttrj5P7upUTueSfoJcxEqa
This commit is contained in:
2026-06-28 10:41:12 -04:00
parent 291b90803d
commit 1ed0895e8d
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -34,8 +34,6 @@ from ...models import (
TagKind,
)
from ...models.tag import image_tag
# Reuse the eval's proven, identical data loaders + metric math so a production
# head's quality matches what the eval reported for the same concept.
from .tag_eval import (
_auto_apply_point,
_ids_with_tag,