mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-03-12 10: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:
@@ -15,6 +15,6 @@ if PY3:
|
||||
# environb will be unset under Windows, but then again we're not supposed to use it.
|
||||
environb = os.environb
|
||||
else:
|
||||
text_type = unicode
|
||||
text_type = unicode # noqa: F821
|
||||
binary_type = str
|
||||
environb = os.environ
|
||||
|
||||
Reference in New Issue
Block a user