Skip to content

Commit cf10ef0

Browse files
fix: resolve ruff and syntax errors (imports, indentation)
1 parent c8eb886 commit cf10ef0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/app/api/v1/endpoints.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ def chat(req: ChatRequest, request: Request) -> ChatResponse: # noqa: ARG001
9191
)
9292
)
9393

94+
9495
graph_path = run_dir / "graph.png"
9596
render_graph_png(GRAPH, graph_path)
9697

97-
98-
router = APIRouter()
9998
logger.info(
10099
"Chat request completed",
101100
extra={"trace_id": trace_id, "duration_s": result.get("duration_s")},

0 commit comments

Comments
 (0)