Skip to content

Commit

Permalink
Update packages/key4hep-stack/common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Jul 25, 2023
1 parent fa76d4b commit 56bcaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/key4hep-stack/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# https://github.com/spack/spack/pull/38944 renamed store -> STORE
from spack.store import STORE
except ImportError:
from spack.store import store as STORE
from spack import store as STORE

# TODO: can be removed when spack versions prior to v0.18.1 are no longer needed
try:
Expand Down

0 comments on commit 56bcaa8

Please sign in to comment.