From 1e158ff35d770a18ab8721393ee8c6f8fe438fa8 Mon Sep 17 00:00:00 2001
From: John Chapman <jchapman@cern.ch>
Date: Thu, 22 Jul 2021 10:32:07 +0200
Subject: [PATCH] GeV imported but not used in
 ISF_SimulationSelectorsConfigNew.py

---
 .../python/ISF_SimulationSelectorsConfigNew.py                 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfigNew.py b/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfigNew.py
index 12f56630844c..34f629df8e94 100644
--- a/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfigNew.py
+++ b/Simulation/ISF/ISF_SimulationSelectors/python/ISF_SimulationSelectorsConfigNew.py
@@ -1,11 +1,10 @@
 """
 ISF_SimulationSelectors for ComponentAccumulator configuration
 
-Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
 """
 from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
 from AthenaConfiguration.ComponentFactory import CompFactory
-from AthenaCommon.SystemOfUnits import GeV
 from ISF_SimulationSelectors import SimulationFlavor
 from ISF_Services.ISF_ServicesCoreConfigNew import ParticleKillerSvcCfg
 from ISF_Geant4Services.ISF_Geant4ServicesConfigNew import (
-- 
GitLab