fixup imports

This commit is contained in:
Gregory Becker
2021-01-22 18:36:17 -08:00
parent 892dd4d97f
commit 29562596c3

View File

@@ -2,11 +2,9 @@
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import sys
import llnl.util.tty as tty
from spack.util.executable import ProcessError, which
from spack.util.executable import which
import spack.cmd.common.deployment as deployment
_SPACK_UPSTREAM = 'https://github.com/spack/spack'
@@ -60,7 +58,7 @@ def checkout(parser, args):
deployment.setup_deployment_args('checkout', args,
deployment_required_args)
remote = args.remote or origin
remote = args.remote or 'origin'
url = args.url
ref = args.ref