Skip to content

Commit

Permalink
Add missing imports (spack#47496)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie authored Nov 8, 2024
1 parent eb25647 commit 4778d2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/spack/spack/test/build_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
from llnl.util.filesystem import HeaderList, LibraryList

import spack.build_environment
import spack.compiler
import spack.compilers
import spack.config
import spack.deptypes as dt
import spack.package_base
Expand Down
2 changes: 2 additions & 0 deletions lib/spack/spack/test/concretize_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
import spack.config
import spack.error
import spack.package_base
import spack.paths
import spack.repo
import spack.solver.asp
import spack.store
import spack.util.spack_yaml as syaml
import spack.version
from spack.installer import PackageInstaller
Expand Down
1 change: 1 addition & 0 deletions lib/spack/spack/test/flag_mixing.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import spack.config
import spack.environment as ev
import spack.paths
import spack.repo
import spack.util.spack_yaml as syaml
from spack.spec import Spec
Expand Down

0 comments on commit 4778d2d

Please sign in to comment.