Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 42f36c3

Browse files
committed
actually get the name of the module right
1 parent 277d030 commit 42f36c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uproot_methods/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
from uproot_methods.classes.TLorentzVector import TLorentzVector, TLorentzVectorArray
3434

3535
# convenient access to the version number
36-
from uproot.version import __version__
36+
from uproot_methods.version import __version__

0 commit comments

Comments
 (0)