From 685ce837176b9803c21ac0df1fd39ee4b833d847 Mon Sep 17 00:00:00 2001 From: Ana A Date: Thu, 25 Jul 2024 16:23:16 +0200 Subject: [PATCH] fix linting --- hbt/config/hist_hooks_ana.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hbt/config/hist_hooks_ana.py b/hbt/config/hist_hooks_ana.py index ea46b7e..5c73ef4 100644 --- a/hbt/config/hist_hooks_ana.py +++ b/hbt/config/hist_hooks_ana.py @@ -1,6 +1,5 @@ import order as od from columnflow.util import maybe_import -from columnflow.columnar_util import fill_hist hist = maybe_import("hist") @@ -78,9 +77,11 @@ def dev_ana_ABCD(task, hists): if cat_parent not in regions: regions[cat_parent] = {} rate_int_dic[cat_parent] = {} - create_regions(rate, rate_int_dic, rate_int, cat_id, regions, mc_hist, data_hist, cat_name, cat_parent) + create_regions(rate, rate_int_dic, rate_int, cat_id, regions, mc_hist, data_hist, cat_name, + cat_parent) else: - create_regions(rate, rate_int_dic, rate_int, cat_id, regions, mc_hist, data_hist, cat_name, cat_parent) + create_regions(rate, rate_int_dic, rate_int, cat_id, regions, mc_hist, data_hist, cat_name, + cat_parent) # NOTE: the ABCD regions have the same entries for both parent categories (incl and 2j) why ?