Skip to content

Commit

Permalink
Merge pull request #3978 from graingert/remove-seemingly-redundant-py…
Browse files Browse the repository at this point in the history
…flakes-references

remove seemingly redundant pyflakes references
  • Loading branch information
Lukasa committed Apr 20, 2017
2 parents b8674db + fcb272c commit 524627e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ junit-report.xml
pylint.txt
toy.py
tox.ini
violations.pyflakes.txt
cover/
build/
docs/_build
Expand Down
2 changes: 0 additions & 2 deletions requests/cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

try:
import threading
# grr, pyflakes: this fixes "redefinition of unused 'threading'"
threading
except ImportError:
import dummy_threading as threading

Expand Down
2 changes: 0 additions & 2 deletions requests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
from .exceptions import (
InvalidURL, InvalidHeader, FileModeWarning, UnrewindableBodyError)

_hush_pyflakes = (RequestsCookieJar,)

NETRC_FILES = ('.netrc', '_netrc')

DEFAULT_CA_BUNDLE_PATH = certs.where()
Expand Down

0 comments on commit 524627e

Please sign in to comment.