Skip to content

Commit

Permalink
Use uproot3 PyPI namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Dec 24, 2020
1 parent 6f9744d commit 9cfe2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhf/writexml.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pkg_resources
import xml.etree.cElementTree as ET
import numpy as np
import uproot as uproot3
import uproot3
from uproot_methods.classes import TH1

# TODO: Move to uproot4 when ROOT file writing is supported
Expand Down

0 comments on commit 9cfe2b2

Please sign in to comment.