removed unused function
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user