mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Fix flake8-docstrings D400 First line should end with a period
This commit is contained in:
parent
1d7dba8aeb
commit
6f6c9bcc9d
3 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ def get_dir_size(input_path):
|
|||
|
||||
|
||||
def remove_empty_folders(path, remove_root=True):
|
||||
"""Function to remove empty folders"""
|
||||
"""Function to remove empty folders."""
|
||||
if not os.path.isdir(path):
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue