Skip to content
Snippets Groups Projects
Commit 29463b74 authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra
Browse files

[Exp PyROOT] Remove redundant comments

parent e05c2fb2
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ from ROOT import pythonization
from ._ttree import _SetBranchAddress as TTreeSetBranchAddress
# Pythonizor function
@pythonization
def pythonize_tchain(klass, name):
# Parameters:
......
......@@ -25,7 +25,6 @@ def _SetBranchAddress(self, *args):
return res
# Pythonizor function
@pythonization
def pythonize_ttree(klass, name):
# Parameters:
......
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