Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Nov 10, 2023
1 parent 235b304 commit dc83bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ def process(self, events: ak.Array):

if self._systematics:
systematics += list(weights.variations)
single_weight_pileup = weights.partial_weight(['single_weight_pileup'])

single_weight_pileup = weights.partial_weight(["single_weight_pileup"])
add_selection("single_weight_pileup", (single_weight_pileup <= 4), *selection_args)

# TODO: need to be careful about the sum of gen weights used for the LHE/QCDScale uncertainties
Expand Down

0 comments on commit dc83bdb

Please sign in to comment.