Skip to content

Commit 5c88e03

Browse files
authored
directives.py: remove redundant import (spack#47965)
1 parent 94bd7b9 commit 5c88e03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/spack/spack/directives.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,6 @@ def provides(*specs: SpecType, when: WhenType = None):
475475
"""
476476

477477
def _execute_provides(pkg: Type[spack.package_base.PackageBase]):
478-
import spack.parser # Avoid circular dependency
479-
480478
when_spec = _make_when_spec(when)
481479
if not when_spec:
482480
return

0 commit comments

Comments
 (0)