whitespace

This commit is contained in:
Steve Byerly
2023-04-17 02:24:14 +00:00
committed by Pi
parent def96ffe2f
commit bd670b4db3

View File

@@ -49,6 +49,7 @@ def log_operation(operation: str, filename: str) -> None:
append_to_file(LOG_FILE, log_entry, shouldLog = False)
def split_file(
content: str, max_length: int = 4000, overlap: int = 0
) -> Generator[str, None, None]: