(lint) ruff fix

This commit is contained in:
ManishMadan2882
2025-08-05 15:37:39 +05:30
parent 1eb011e8c3
commit 1356d71839
5 changed files with 5 additions and 6 deletions

View File

@@ -136,5 +136,5 @@ class LocalStorage(BaseStorage):
try:
shutil.rmtree(full_path)
return True
except (OSError, PermissionError) as e:
except (OSError, PermissionError):
return False