From 000ec77376172ffeb8bff08cb62dbe0b5038438f Mon Sep 17 00:00:00 2001
From: Frank Winklmeier <frank.winklmeier@cern.ch>
Date: Wed, 18 Mar 2020 14:56:19 +0100
Subject: [PATCH] RHadrons: Flake8 fixes

---
 Simulation/G4Extensions/RHadrons/python/RHadronsConfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Simulation/G4Extensions/RHadrons/python/RHadronsConfig.py b/Simulation/G4Extensions/RHadrons/python/RHadronsConfig.py
index 3567e9d806e..5ec08798c1a 100644
--- a/Simulation/G4Extensions/RHadrons/python/RHadronsConfig.py
+++ b/Simulation/G4Extensions/RHadrons/python/RHadronsConfig.py
@@ -1,7 +1,7 @@
 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
 
 from AthenaCommon import CfgMgr,Logging
-from G4AtlasServices import G4AtlasServicesConfig
+from G4AtlasApps.SimFlags import simFlags
 
 def getSG_StepNtupleTool(name="G4UA::SG_StepNtupleTool", **kwargs):
     from AthenaCommon.ConcurrencyFlags import jobproperties as concurrencyProps
-- 
GitLab