Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyZhang1 committed Jan 24, 2025
1 parent 5efeb74 commit e1cc16f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions graphrag/api/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ async def multi_index_global_search(
if streaming:
message = "Streaming not yet implemented for multi_global_search"
raise NotImplementedError(message)

links = {
"nodes": {},
"community": {},
Expand Down Expand Up @@ -578,7 +578,7 @@ async def multi_index_local_search(
if streaming:
message = "Streaming not yet implemented for multi_index_local_search"
raise NotImplementedError(message)

links = {
"nodes": {},
"community_reports": {},
Expand Down Expand Up @@ -983,7 +983,7 @@ async def multi_index_drift_search(
if streaming:
message = "Streaming not yet implemented for multi_drift_search"
raise NotImplementedError(message)

links = {
"nodes": {},
"community_reports": {},
Expand Down Expand Up @@ -1298,7 +1298,7 @@ async def multi_index_basic_search(
if streaming:
message = "Streaming not yet implemented for multi_basic_search"
raise NotImplementedError(message)

links = {
"text_units": {},
}
Expand Down

0 comments on commit e1cc16f

Please sign in to comment.