mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
typo
This commit is contained in:
parent
989b1f30a2
commit
684661e78a
2 changed files with 2 additions and 2 deletions
|
|
@ -7,4 +7,4 @@ def sorter(arr):
|
|||
arr[j] = arr[j + 1]
|
||||
arr[j + 1] = temp
|
||||
print(f"result: {arr}")
|
||||
return arr
|
||||
return arr
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ def get_code_optimization_context(
|
|||
# Extract code context for optimization
|
||||
final_read_writable_code = extract_code_markdown_context_from_files(
|
||||
helpers_of_fto_dict,
|
||||
helpers_of_helpers_dict,
|
||||
{},
|
||||
project_root_path,
|
||||
remove_docstrings=False,
|
||||
code_context_type=CodeContextType.READ_WRITABLE,
|
||||
|
|
|
|||
Loading…
Reference in a new issue