fix added files

This commit is contained in:
mrT23
2023-11-08 12:51:30 +02:00
parent 39e5102a2e
commit c5bc4b44ff
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ def omit_deletion_hunks(patch_lines) -> str:
def handle_patch_deletions(patch: str, original_file_content_str: str,
new_file_content_str: str, file_name: str, edit_type: EDIT_TYPE) -> str:
new_file_content_str: str, file_name: str, edit_type: EDIT_TYPE = EDIT_TYPE.MODIFIED) -> str:
"""
Handle entire file or deletion patches.