Skip to content

Commit 09f370d

Browse files
committed
Update code_context_extractor.py
1 parent 5862067 commit 09f370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/context/code_context_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def parse_code_and_prune_cst(
474474
raise ValueError(msg)
475475

476476
filtered_node, found_target = prune_func(
477-
module, target_functions, helpers_of_helper_functions, remove_docstrings=remove_docstrings
477+
module, target_functions, helpers_of_helper_functions
478478
)
479479

480480
if not found_target:

0 commit comments

Comments
 (0)