Skip to content
Snippets Groups Projects
Commit 27deaaee authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Dropped unused import of CondDB, causing troubles in DD4Hep mode

parent 6593d0fc
No related branches found
No related tags found
1 merge request!1806Dropped unused import of CondDB, causing troubles in DD4Hep mode
Pipeline #4580668 passed with warnings
......@@ -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