mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Fix flake8-docstrings D401 First line should be in imperative mood
This commit is contained in:
parent
6f6c9bcc9d
commit
10b2eab3c5
5 changed files with 9 additions and 9 deletions
|
@ -74,7 +74,7 @@ def get_dir_size(input_path):
|
|||
|
||||
|
||||
def remove_empty_folders(path, remove_root=True):
|
||||
"""Function to remove empty folders."""
|
||||
"""Remove empty folders."""
|
||||
if not os.path.isdir(path):
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue