Skip to content

Commit

Permalink
Fix: Actually import get_nexus_version_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Nov 1, 2023
1 parent dc9306f commit 9d77ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynxtools/dataconverter/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from ase.data import chemical_symbols
import h5py

from pynxtools import get_nexus_version
from pynxtools import get_nexus_version, get_nexus_version_hash
from pynxtools.nexus import nexus
from pynxtools.nexus.nexus import NxdlAttributeError

Expand Down

0 comments on commit 9d77ced

Please sign in to comment.