style: apply ruff formatting to use double quotes
This commit is contained in:
parent
6ec44f64f7
commit
7d3450cb08
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ After successful cognify processing, use `cognee search` to query the knowledge
|
|||
chunk_size=args.chunk_size,
|
||||
ontology_file_path=args.ontology_file,
|
||||
run_in_background=args.background,
|
||||
chunks_per_batch=getattr(args, 'chunks_per_batch', None),
|
||||
chunks_per_batch=getattr(args, "chunks_per_batch", None),
|
||||
)
|
||||
return result
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue