Skip to content
Snippets Groups Projects
Commit 3a01856c authored by Constantin Heidegger's avatar Constantin Heidegger
Browse files

removing unused imports

parent 9183743a
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
## Configuration Access to OFFLINE DB (COMP200)
from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
from MuonCondAlg.MuonCondAlgConf import MdtCondDbAlg,RpcCondDbAlg,CscCondDbAlg,TgcCondDbAlg
from IOVDbSvc.IOVDbSvcConfig import IOVDbSvcCfg, addFolders
from MuonCondAlg.MuonCondAlgConf import MdtCondDbAlg,RpcCondDbAlg,CscCondDbAlg ##,TgcCondDbAlg
from IOVDbSvc.IOVDbSvcConfig import addFolders
def MdtCondDbAlgCfg(flags, **kwargs):
result = ComponentAccumulator()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment