Skip to content

Commit f6ff75e

Browse files
committed
put the read_file_Content function as asynchrnous
1 parent ae8b039 commit f6ff75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cocode/pipelex_libraries/pipelines/doc_proofread/file_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def create_documentation_files_from_paths(doc_file_paths: List[str], doc_dir: st
4646
return doc_files
4747

4848

49-
def read_file_content(working_memory: WorkingMemory) -> ListContent[CodebaseFileContent]:
49+
async def read_file_content(working_memory: WorkingMemory) -> ListContent[CodebaseFileContent]:
5050
"""Read the content of related codebase files.
5151
5252
Args:

0 commit comments

Comments
 (0)