From ba23c6a667c2eb704bf80020a6754cd9eaed8e49 Mon Sep 17 00:00:00 2001 From: Luigi Dello Stritto Date: Mon, 12 Feb 2024 15:34:06 +0100 Subject: [PATCH] fix pylint --- machine_learning_hep/hf_pt_spectrum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine_learning_hep/hf_pt_spectrum.py b/machine_learning_hep/hf_pt_spectrum.py index 07bdca3b4e..3cb23944b5 100644 --- a/machine_learning_hep/hf_pt_spectrum.py +++ b/machine_learning_hep/hf_pt_spectrum.py @@ -277,7 +277,7 @@ def hf_pt_spectrum(channel, # pylint: disable=too-many-locals, too-many-argument hnorm.Write() #gfraction.Write() - for hist, value in histos.items(): + for _, value in histos.items(): if isinstance(value, TH1): value.Write() #else: