appease flake8

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-12 12:40:33 -04:00
parent 287a095510
commit 9b90d45907
+1
View File
@@ -185,6 +185,7 @@ def ensure_latest_pip():
except AttributeError:
pass
def import_requirements(r=None):
# Parse requirements.txt file with Pip's parser.
# Pip requires a `PipSession` which is a subclass of requests.Session.