...
This commit is contained in:
parent
708a4c428c
commit
d519807df2
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ def safe_read(path: str) -> str:
|
|||
return ''
|
||||
|
||||
|
||||
def remove_pycache_only_folders():
|
||||
def remove_pycache_only_folders() -> None:
|
||||
folders_to_remove = []
|
||||
for dirpath, folders, files in os.walk('.'):
|
||||
if not files and folders == ['__pycache__']:
|
||||
|
|
|
|||
Loading…
Reference in a new issue