Skip to content

Commit 3991bcb

Browse files
fix: Use uproot3-methods with uproot3 (#1200)
* Use uproot3-methods namespace - Required by uproot3 since the release of v3.14.1 and the yank of v3.14.0
1 parent 0c8c0c4 commit 3991bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyhf/writexml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import xml.etree.cElementTree as ET
77
import numpy as np
88
import uproot3 as uproot
9-
from uproot_methods.classes import TH1
9+
from uproot3_methods.classes import TH1
1010

1111
from .mixins import _ChannelSummaryMixin
1212

0 commit comments

Comments
 (0)