Remove extra whitespace

This commit is contained in:
Dan Ryan
2017-10-04 23:39:47 -04:00
parent 13e9e6dd7c
commit fc2bb6b9cc
+1 -2
View File
@@ -495,8 +495,7 @@ def convert_deps_from_pip(dep):
req = [r for r in requirements.parse(dep)][0]
extras = {'extras': req.extras}
# File installs.
if (req.uri or (os.path.exists(req.path) if req.path else False) or