mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
removing now-extraneous pass statement
This commit is contained in:
@@ -497,7 +497,6 @@ def resolve_deps(deps, which, which_pip, project, sources=None, verbose=False, p
|
||||
except (ValueError, KeyError):
|
||||
if verbose:
|
||||
print('Error fetching {}'.format(name))
|
||||
pass
|
||||
|
||||
d = {'name': name, 'version': version, 'hashes': collected_hashes}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user