Commit 567277f2 authored by Denis Bilenko's avatar Denis Bilenko

update util/pyflakes.py

the subprocess.py warning was actually legit and was fixed in 47f1c3d5
parent 8005bd9e
......@@ -12,7 +12,6 @@ gevent/__init__.py:\d+:.*imported but unused
gevent/__init__.py:\d+: redefinition of unused 'signal' from line
gevent/coros.py:\d+: 'from gevent.lock import *' used; unable to detect undefined names
gevent/coros.py:\d+: '__all__' imported but unused
gevent/subprocess.py:\d+: redefinition of unused 'rawlink' from line 311
gevent/thread.py:\d+: '_local' imported but unused
gevent/threading.py:\d+: '\w+' imported but unused
gevent/wsgi.py:1: 'from gevent.pywsgi import *' used; unable to detect undefined names
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment