refactor: change comment
This commit is contained in:
parent
dd9aad90cb
commit
f2bc7ca992
1 changed files with 2 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ async def search(
|
|||
"dataset_tenant_id": datasets[0].tenant_id,
|
||||
}
|
||||
if verbose:
|
||||
# Include graphs only in verbose mode to reduce payload size
|
||||
# Include graphs only in verbose mode
|
||||
search_result_dict["graphs"] = graphs
|
||||
|
||||
return_value.append(search_result_dict)
|
||||
|
|
@ -193,7 +193,7 @@ async def search(
|
|||
"dataset_tenant_id": datasets[0].tenant_id,
|
||||
}
|
||||
if verbose:
|
||||
# Include graphs only in verbose mode to reduce payload size
|
||||
# Include graphs only in verbose mode
|
||||
search_result_dict["graphs"] = graphs
|
||||
|
||||
return_value.append(search_result_dict)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue