From 7d3450cb083f147743f9533fae7f8c57ab2c5119 Mon Sep 17 00:00:00 2001 From: vasilije Date: Sun, 11 Jan 2026 16:18:13 +0100 Subject: [PATCH] style: apply ruff formatting to use double quotes --- cognee/cli/commands/cognify_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/cli/commands/cognify_command.py b/cognee/cli/commands/cognify_command.py index bae03eda2..c310b88b7 100644 --- a/cognee/cli/commands/cognify_command.py +++ b/cognee/cli/commands/cognify_command.py @@ -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: