mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
fmt
This commit is contained in:
@@ -811,9 +811,7 @@ async def get_agent(
|
||||
|
||||
agent = store_listing_version.Agent
|
||||
|
||||
graph = await backend.data.graph.get_graph(
|
||||
agent.id, agent.version
|
||||
)
|
||||
graph = await backend.data.graph.get_graph(agent.id, agent.version)
|
||||
|
||||
if not graph:
|
||||
raise fastapi.HTTPException(
|
||||
|
||||
Reference in New Issue
Block a user