lint code

This commit is contained in:
grillazz
2025-07-27 20:14:51 +02:00
parent 289883cf2e
commit 353ef0da95
9 changed files with 9 additions and 10 deletions

View File

@@ -2,9 +2,9 @@ from typing import Annotated
from fastapi import APIRouter, Depends, Form
from fastapi.responses import StreamingResponse
from rotoger import AppStructLogger
from app.services.llm import get_llm_service
from rotoger import AppStructLogger
logger = AppStructLogger().get_logger()