minor cleanup (#5426)

This commit is contained in:
Benoit Pierre 2018-05-30 17:31:49 +00:00 committed by Pradyun Gedam
parent 8d3f5e7b76
commit e611c85a73
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ class RequirementSet(object):
def __init__(self, require_hashes=False):
"""Create a RequirementSet.
:param wheel_cache: The pip wheel cache, for passing to
InstallRequirement.
"""
self.requirements = OrderedDict()