Skip to content

Commit 9c43dd6

Browse files
committed
remove unused parameters
1 parent 741e106 commit 9c43dd6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
564564

565565
# WeightedMeanFitter vertexing workflows
566566
class UpgradeWorkflow_weightedVertex(UpgradeWorkflow):
567-
def __init__(self, reco = {}, harvest = {}, **kwargs):
567+
def __init__(self, **kwargs):
568568
# adapt the parameters for the UpgradeWorkflow init method
569569
super(UpgradeWorkflow_weightedVertex, self).__init__(
570570
steps = [
@@ -592,8 +592,6 @@ def __init__(self, reco = {}, harvest = {}, **kwargs):
592592
'HARVESTNanoFakeHLT',
593593
],
594594
**kwargs)
595-
self.__reco = reco
596-
self.__harvest = harvest
597595

598596
def setup_(self, step, stepName, stepDict, k, properties):
599597
# temporarily remove trigger & downstream steps

0 commit comments

Comments
 (0)