fix: Remove non-existent routes_ai_usage import

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-01-31 17:08:15 +01:00
parent 49830855a2
commit f36aa07137

View File

@ -18,7 +18,6 @@ from . import routes_announcements # noqa: E402, F401
from . import routes_insights # noqa: E402, F401
from . import routes_analytics # noqa: E402, F401
from . import routes_model_comparison # noqa: E402, F401
from . import routes_ai_usage # noqa: E402, F401
from . import routes_zopk_dashboard # noqa: E402, F401
from . import routes_zopk_news # noqa: E402, F401
from . import routes_zopk_knowledge # noqa: E402, F401