Skip to content

Commit 08ce379

Browse files
Remove glob and spec_sig to pass flake8
1 parent 03a1e70 commit 08ce379

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/validate_systs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"""
2323

2424
import json
25-
import glob
2625
import numpy as np
2726
import matplotlib.pyplot as plt
2827
import scipy.interpolate
@@ -223,7 +222,6 @@ def outlier_plot(signal_template, v_max, x_var, y_var, x_label, y_label):
223222
}
224223

225224
# Make the mapping of json channel names to analysis region names
226-
spec_sig = patchset.patches[0].patch
227225
spec_bkg = json.load(open("bkgonly.json"))
228226

229227
channel_names = {}

0 commit comments

Comments
 (0)