Skip to content

Commit cf0bb58

Browse files
committed
tigger ci
1 parent 925fbb4 commit cf0bb58

File tree

1 file changed

+1
-1
lines changed
  • bindings/pyroot/pythonizations/python/ROOT/_pythonization

1 file changed

+1
-1
lines changed

bindings/pyroot/pythonizations/python/ROOT/_pythonization/_th1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _FillWithNumpyArray(self, *args):
226226

227227

228228
# The constructors need to be pythonized for each derived class separately:
229-
_th1_derived_classes_to_pythonize = [
229+
_th1_derived_classes_to_pythonize = [ .
230230
"TH1C",
231231
"TH1S",
232232
"TH1I",

0 commit comments

Comments
 (0)