Updated docstring

This commit is contained in:
Dimitris Zlatanidis 2024-04-26 18:50:36 +03:00
parent 371671b3eb
commit 9eb7c2d8e8

View file

@ -78,7 +78,7 @@ class Utilities(Configs):
@staticmethod
def remove_folder_if_exists(folder: Path) -> None:
"""Remove the old folders. todai.
"""Removes the folder if exist.
Args:
folder (Path): Path to the folder.