Skip to content

Commit 42f7220

Browse files
committed
lint
1 parent 18fef8f commit 42f7220

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hbw/config/config_run2.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from __future__ import annotations
88

99
import os
10-
import re
1110

1211
import yaml
1312
from scinum import Number

hbw/production/pileup.py

-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,3 @@ def pu_weight_from_correctionlib_setup(
9696
# check versions
9797
if self.pileup_corrector.version not in (0,):
9898
raise Exception(f"unsuppprted pileup corrector version {self.pileup_corrector.version}")
99-

0 commit comments

Comments
 (0)