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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user