Add missing newline
This commit is contained in:
parent
a2e274f798
commit
6d0efae1cf
@ -9,6 +9,7 @@ class DeleteInstruction(Instruction):
|
|||||||
"""
|
"""
|
||||||
Deletes the given path (might point to a file, a folder or a link), no questions asked.
|
Deletes the given path (might point to a file, a folder or a link), no questions asked.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
path_to_delete: Path
|
path_to_delete: Path
|
||||||
|
|
||||||
def __call__(self) -> None:
|
def __call__(self) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user