mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Remove extra whitespace
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user