removed unused function

This commit is contained in:
Danilo Reyes
2026-02-28 19:49:32 -06:00
parent c71ff53b23
commit e189b619ef

View File

@@ -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):