Skip to content

Commit 8519c46

Browse files
committed
[UHI] Remove non-existent TH2K and TH3K
They were already removed by commit c791b9b, but brought back commit b747ba5.
1 parent 1d41195 commit 8519c46

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • bindings/pyroot/pythonizations/python/ROOT/_pythonization/_uhi

bindings/pyroot/pythonizations/python/ROOT/_pythonization/_uhi/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ def _add_indexing_features(klass: Any) -> None:
4949
"TH1C": _values_by_copy,
5050
"TH2C": _values_by_copy,
5151
"TH3C": _values_by_copy,
52-
"TH2K": _values_by_copy,
53-
"TH3K": _values_by_copy,
5452
"TProfile": _values_by_copy,
5553
"TProfile2D": _values_by_copy,
5654
"TProfile2Poly": _values_by_copy,

0 commit comments

Comments
 (0)