1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-03-26 07:51:37 +00:00

Fix some flake8 errors and cleanup

- Fix some flake8 formatting errors
- Auto-format files edited
- Also ignore some flake8 errors when they are intented
- Update .gitignore to ingore local env
This commit is contained in:
2020-06-18 21:47:06 -05:00
parent 1e099724c5
commit 2e9fa38f56
5 changed files with 12 additions and 10 deletions

View File

@@ -17,4 +17,4 @@ if int(version().split(".", 1)[0]) >= 6:
from .plat_win_legacy import send2trash
else:
# use SHFileOperation as fallback
from .plat_win_legacy import send2trash
from .plat_win_legacy import send2trash # noqa: F401