mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 22:17:36 +00:00
Remove unused named parameter
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
38a198e8b2
commit
eb24cbcd67
@ -337,7 +337,7 @@ class InstallabilityTester(object):
|
||||
# of t via recursion (calls _check_inst). In this case
|
||||
# check and choices are not (always) empty.
|
||||
|
||||
def _prune_choices(rebuild, set=set, len=len):
|
||||
def _prune_choices(rebuild, len=len):
|
||||
"""Picks a choice from choices and updates rebuild.
|
||||
|
||||
Prunes the choices and updates "rebuild" to reflect the
|
||||
|
Loading…
x
Reference in New Issue
Block a user