Revert unrelated change

This commit is contained in:
Pradyun S. Gedam 2017-10-04 18:20:13 +05:30
parent 901f52976a
commit b96618bedc
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ class RequirementSet(object):
require_hashes=False, target_dir=None, use_user_site=False,
pycompile=True):
"""Create a RequirementSet.
:param wheel_cache: The pip wheel cache, for passing to
InstallRequirement.
"""
self.requirements = OrderedDict()