Skip to content

Commit 16ee7d0

Browse files
jeffcrouseclaude
andcommitted
fix: ruff I001 import sort in _mark_melodic_failed
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ed74bc0 commit 16ee7d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/app/services/background/analysis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ async def _mark_melodic_failed(track_id: str) -> None:
2525
from sqlalchemy import select
2626
from sqlalchemy.ext.asyncio import AsyncSession, async_sessionmaker, create_async_engine
2727

28-
from app.config import MELODIC_VERSION, settings as app_settings
28+
from app.config import MELODIC_VERSION
29+
from app.config import settings as app_settings
2930
from app.db.models import TrackAnalysis
3031

3132
try:

0 commit comments

Comments
 (0)