Skip to content

Commit 56239ec

Browse files
committed
[MISC3] py2/3 compatibility:drop use of __future__
1 parent 92333e3 commit 56239ec

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
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

RecoLocalMuon/GEMCSCSegment/test/plotGEMCSCCoincidenceRate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3.9
2-
from __future__ import annotations
32
from dataclasses import dataclass
43
from functools import cached_property
54
from typing import Optional

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)