Remove a few redundant imports (#46512)
This commit is contained in:
parent
a474034023
commit
f01dbe2c35
@ -17,7 +17,6 @@
|
||||
import spack.repo
|
||||
import spack.spec
|
||||
import spack.variant
|
||||
import spack.version
|
||||
from spack.cmd.common import arguments
|
||||
from spack.package_base import preferred_version
|
||||
|
||||
|
@ -42,7 +42,6 @@
|
||||
import spack.spec_list
|
||||
import spack.store
|
||||
import spack.user_environment as uenv
|
||||
import spack.util.cpus
|
||||
import spack.util.environment
|
||||
import spack.util.hash
|
||||
import spack.util.lock as lk
|
||||
|
@ -48,7 +48,6 @@
|
||||
import spack.error
|
||||
import spack.paths
|
||||
import spack.projections as proj
|
||||
import spack.repo
|
||||
import spack.schema.environment
|
||||
import spack.spec
|
||||
import spack.store
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
import archspec.cpu
|
||||
|
||||
import spack.compilers
|
||||
import spack.concretize
|
||||
import spack.operating_systems
|
||||
import spack.platforms
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
import spack.error as error
|
||||
import spack.parser
|
||||
import spack.repo
|
||||
import spack.spec
|
||||
|
||||
#: These are variant names used by Spack internally; packages can't use them
|
||||
|
Loading…
Reference in New Issue
Block a user