We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed74bc0 commit 16ee7d0Copy full SHA for 16ee7d0
backend/app/services/background/analysis.py
@@ -25,7 +25,8 @@ async def _mark_melodic_failed(track_id: str) -> None:
25
from sqlalchemy import select
26
from sqlalchemy.ext.asyncio import AsyncSession, async_sessionmaker, create_async_engine
27
28
- from app.config import MELODIC_VERSION, settings as app_settings
+ from app.config import MELODIC_VERSION
29
+ from app.config import settings as app_settings
30
from app.db.models import TrackAnalysis
31
32
try:
0 commit comments