Skip to content
Snippets Groups Projects
Commit 65125658 authored by Zach Marshall's avatar Zach Marshall
Browse files

Don't import things that aren't used

parent ffeead94
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ def schedulePostJetMCTruthAugmentations(kernel=None, decorationDressing=None):
from DerivationFrameworkMCTruth.GenFilterToolSetup import DFCommonTruthGenFilter
# schedule the special truth building tools and add them to a common augmentation; note taus are handled separately below
from DerivationFrameworkMCTruth.TruthDerivationTools import DFCommonTruthDressedWZQGLabelTool
#from DerivationFrameworkMCTruth.TruthDerivationTools import DFCommonTruthDressedWZQGLabelTool
augmentationToolsList += [ DFCommonTruthGenFilter ]
#DFCommonTruthDressedWZQGLabelTool] - missing decoration from FTAG
else:
......
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