Skip to content

Commit

Permalink
remove unused parameter
Browse files Browse the repository at this point in the history
Testing Done:
 ./pants goal test tests/python/pants_test:all

Bugs closed: 173

Reviewed at https://rbcommons.com/s/twitter/r/468/
  • Loading branch information
larry hosken (Twitter) authored and lahosken committed Jun 9, 2014
1 parent 68b5d43 commit cb3173b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/python/python_requirement.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PythonRequirement(object):
"""Pants wrapper around pkg_resources.Requirement"""

def __init__(self, requirement, name=None, repository=None, version_filter=None, use_2to3=False,
compatibility=None, exclusives=None):
compatibility=None):
# TODO(wickman) Allow PythonRequirements to be specified using pip-style vcs or url identifiers,
# e.g. git+https or just http://...
self._requirement = Requirement.parse(requirement)
Expand Down

0 comments on commit cb3173b

Please sign in to comment.