Skip to content

Commit

Permalink
removed dead imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-w-lundy committed Dec 11, 2023
1 parent d612bcd commit f0cee64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyV2DL3/vegas/fillEVENTS_not_safe.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pyV2DL3.vegas.util import mergeTimeCut
from pyV2DL3.vegas.util import produceTelList

from pyV2DL3.vegas.irfloader import get_irf_not_safe
#from pyV2DL3.vegas.irfloader import get_irf_not_safe

import ROOT

Expand Down Expand Up @@ -337,7 +337,7 @@ def check_FoV_exclusion(reco, fov_cut_upper, fov_cut_lower):
"""
from pprint import pprint
#from pprint import pprint


def energyBiasCorr(
Expand All @@ -351,7 +351,7 @@ def energyBiasCorr(
psf_king_params,
):
logger.debug("Using Energy Bias Correction")
axis_dict = effective_area_file.axis_dict
#axis_dict = effective_area_file.axis_dict
manager = effective_area_file.manager
energyCorr = []

Expand Down

0 comments on commit f0cee64

Please sign in to comment.