From 3c7c53587e6b21ba283d6d39730efdab9224251f Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Fri, 14 Nov 2025 23:50:00 +0000 Subject: [PATCH] fix indent --- mcp_codebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_codebase.py b/mcp_codebase.py index 2f17b6f..effab20 100644 --- a/mcp_codebase.py +++ b/mcp_codebase.py @@ -1568,7 +1568,7 @@ def parse_rust_file_cached(filepath_str: str, file_hash: str) -> tuple: if isinstance(node, ItemUse): import_paths.append(use_tree_to_string(node.tree)) - metadata["imports"] = import_paths + metadata["imports"] = import_paths # Run the Rust binary. proc = subprocess.run(