Skip to content

Commit 5434ccd

Browse files
authored
Merge pull request #46780 from smuzaffar/misc3-py23-compatibility
[MISC3] py2/3 compatibility:drop use of __future__
2 parents 0137291 + b589c81 commit 5434ccd

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

PhysicsTools/NanoAOD/python/nano_cff.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import print_function
21
import FWCore.ParameterSet.Config as cms
32
from PhysicsTools.NanoAOD.common_cff import *
43
from PhysicsTools.NanoAOD.nano_eras_cff import *

PhysicsTools/NanoAODTools/test/exampleGenDump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# https://cms-nanoaod-integration.web.cern.ch/integration/master-106X/mc106Xul18_doc.html#GenPart
44
# https://github.com/cms-sw/cmssw/blob/master/PhysicsTools/NanoAOD/python/genparticles_cff.py
55
# https://github.com/cms-sw/cmssw/blob/master/PhysicsTools/NanoAOD/plugins/LHETablesProducer.cc
6-
from __future__ import print_function # for python3 compatibility
76
from PhysicsTools.NanoAODTools.postprocessing.framework.postprocessor import PostProcessor
87
from PhysicsTools.NanoAODTools.postprocessing.framework.eventloop import Module
98
from PhysicsTools.NanoAODTools.postprocessing.framework.datamodel import Collection

Validation/EventGenerator/python/genvalidTools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import print_function
21
import FWCore.ParameterSet.Config as cms
32

43
#function to switch to an external weight producer for an analyzer in the validation chain

0 commit comments

Comments
 (0)