From 7e8b01bcc00d0240c2ec4ece0fc326753b728167 Mon Sep 17 00:00:00 2001 From: Zaza Chubinidze <zazachubin@gmail.com> Date: Tue, 13 Oct 2020 17:15:32 +0200 Subject: [PATCH] cleanup for build warnings --- InnerDetector/InDetConfig/python/TRTStandaloneConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InnerDetector/InDetConfig/python/TRTStandaloneConfig.py b/InnerDetector/InDetConfig/python/TRTStandaloneConfig.py index 8cdd4ab3e40..ae73c35fb92 100644 --- a/InnerDetector/InDetConfig/python/TRTStandaloneConfig.py +++ b/InnerDetector/InDetConfig/python/TRTStandaloneConfig.py @@ -246,7 +246,7 @@ if __name__ == "__main__": top_acc.merge(MuonGeoModelCfg(ConfigFlags)) top_acc.merge(MuonIdHelperSvcCfg(ConfigFlags)) - from IOVDbSvc.IOVDbSvcConfig import addFoldersSplitOnline, addFolders + from IOVDbSvc.IOVDbSvcConfig import addFoldersSplitOnline ### ### top_acc.merge(TC.PixelClusterNnCondAlgCfg(ConfigFlags)) -- GitLab