Add missing newline

This commit is contained in:
Jakob Moser 2025-05-22 10:47:16 +02:00
parent a2e274f798
commit 6d0efae1cf
Signed by: jakob
GPG Key ID: 3EF2BA2851B3F53C

View File

@ -9,6 +9,7 @@ class DeleteInstruction(Instruction):
"""
Deletes the given path (might point to a file, a folder or a link), no questions asked.
"""
path_to_delete: Path
def __call__(self) -> None: