Skip to content

Commit 2d6a5fe

Browse files
authored
environment.py: remove import spack.bootstrap (#51206)
Signed-off-by: Harmen Stoppels <[email protected]>
1 parent cb7232c commit 2d6a5fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/spack/spack/environment/environment.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,8 +1621,6 @@ def _concretize_separately(self, tests: Union[bool, Sequence] = False):
16211621
"""Concretization strategy that concretizes separately one
16221622
user spec after the other.
16231623
"""
1624-
import spack.bootstrap
1625-
16261624
# keep any concretized specs whose user specs are still in the manifest
16271625
old_concretized_user_specs = self.concretized_user_specs
16281626
old_concretized_order = self.concretized_order

0 commit comments

Comments
 (0)