From e189b619efe2ad512a8e55690511fb6feb354193 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 28 Feb 2026 19:49:32 -0600 Subject: [PATCH] removed unused function --- src/download/functions.py | 3 --- 1 file changed, 3 deletions(-) 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):