We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5862067 commit 09f370dCopy full SHA for 09f370d
codeflash/context/code_context_extractor.py
@@ -474,7 +474,7 @@ def parse_code_and_prune_cst(
474
raise ValueError(msg)
475
476
filtered_node, found_target = prune_func(
477
- module, target_functions, helpers_of_helper_functions, remove_docstrings=remove_docstrings
+ module, target_functions, helpers_of_helper_functions
478
)
479
480
if not found_target:
0 commit comments