diff --git a/app/main.py b/app/main.py index 9d3c7fe..cc5f9e0 100644 --- a/app/main.py +++ b/app/main.py @@ -910,4 +910,5 @@ async def analyze_sentences_with_gemini( raise HTTPException( status_code=500, detail=f"문장 분석 중 오류 발생: {str(e)}" - ) \ No newline at end of file + ) +