fix: ruff error
This commit is contained in:
parent
67c8edb853
commit
20cbcbf52b
1 changed files with 7 additions and 7 deletions
|
|
@ -33,10 +33,10 @@ async def code_graph_retrieval(query: str) -> dict[str, str]:
|
|||
]
|
||||
|
||||
return [
|
||||
{
|
||||
"name": file_path,
|
||||
"description": file_path,
|
||||
"content": source_code,
|
||||
}
|
||||
for file_path, source_code in retrieved_files.items()
|
||||
]
|
||||
{
|
||||
"name": file_path,
|
||||
"description": file_path,
|
||||
"content": source_code,
|
||||
}
|
||||
for file_path, source_code in retrieved_files.items()
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue