Skip to content
Snippets Groups Projects
Commit 1aa6b8ec authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'sponce_dd4HepBuild' into 'master'

Dropped unused import of CondDB, causing troubles in DD4Hep mode

See merge request !1806
parents bd429efb 27deaaee
No related branches found
No related tags found
1 merge request!1806Dropped unused import of CondDB, causing troubles in DD4Hep mode
Pipeline #4613266 passed
......@@ -14,7 +14,6 @@ from Gaudi.Configuration import ConfigurableUser, appendPostConfigAction
from Configurables import (
LHCbApp,
DDDBConf,
CondDB,
HistogramPersistencySvc,
EventSelector,
)
......@@ -49,7 +48,6 @@ class Moore(ConfigurableUser):
__used_configurables__ = [
LHCbApp,
DDDBConf,
CondDB,
]
__slots__ = {
......
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