We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e472a1 commit d46ac9bCopy full SHA for d46ac9b
lib/spack/spack/spec.py
@@ -3061,7 +3061,7 @@ def _finalize_concretization(self):
3061
for spec in self.traverse():
3062
spec._cached_hash(ht.dag_hash)
3063
3064
- def concretized(self, tests: Union[bool, Iterable[str]] = False) -> "spack.spec.Spec":
+ def concretized(self, tests: Union[bool, Iterable[str]] = False) -> "Spec":
3065
"""This is a non-destructive version of concretize().
3066
3067
First clones, then returns a concrete version of this package
0 commit comments