Skip to content

Commit

Permalink
directives.py: remove redundant import (spack#47965)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie authored Dec 6, 2024
1 parent 94bd7b9 commit 5c88e03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/spack/spack/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,6 @@ def provides(*specs: SpecType, when: WhenType = None):
"""

def _execute_provides(pkg: Type[spack.package_base.PackageBase]):
import spack.parser # Avoid circular dependency

when_spec = _make_when_spec(when)
if not when_spec:
return
Expand Down

0 comments on commit 5c88e03

Please sign in to comment.