Commit 06b95e98 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove unreachable branch

parent d8de6c98
......@@ -627,7 +627,6 @@ class WorkingSet(object):
if dist is not None and dist not in req:
# XXX add more info
raise VersionConflict(dist, req)
else:
return dist
def iter_entry_points(self, group, name=None):
......
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