diff --git a/src/download/functions.py b/src/download/functions.py index 6ce7a37..95f30ce 100644 --- a/src/download/functions.py +++ b/src/download/functions.py @@ -92,9 +92,6 @@ def list_lines(i: int, line: str) -> str: return f"{i}) {line}" -def quote(line: str) -> str: - """Quote the line""" - return f'"{line}"' def sort_txt_file(file_path: Path):