From eb24cbcd6753150232180cf016c89215c272bf00 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 26 Mar 2016 14:46:44 +0000 Subject: [PATCH] Remove unused named parameter Signed-off-by: Niels Thykier --- installability/tester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installability/tester.py b/installability/tester.py index 23818e5..7643596 100644 --- a/installability/tester.py +++ b/installability/tester.py @@ -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