1
0
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:
2020-06-18 21:47:06 -05:00
parent 1e099724c5
commit 2e9fa38f56
5 changed files with 12 additions and 10 deletions

View File

@@ -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