Skip to content

Commit 258de84

Browse files
pylint fixes
1 parent 2aab5da commit 258de84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async def lifespan(fastapi_app: FastAPI):
3535
fastapi_app.state.agent = await ConversationAgentFactory.get_agent()
3636
fastapi_app.state.search_agent = await SearchAgentFactory.get_agent()
3737
fastapi_app.state.sql_agent = await SQLAgentFactory.get_agent()
38-
fastapi_app.state.chart_agent=await ChartAgentFactory.get_agent()
38+
fastapi_app.state.chart_agent = await ChartAgentFactory.get_agent()
3939
yield
4040
await ConversationAgentFactory.delete_agent()
4141
await SearchAgentFactory.delete_agent()

0 commit comments

Comments
 (0)