Skip to content

Commit 7cb35b2

Browse files
author
Mckinsey
committed
black
1 parent fbd71d0 commit 7cb35b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scripts/spackdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
subprocess.run(["git", "checkout", args.spack_tag], cwd="spack")
2424

2525
sys.path.append("spack/lib/spack")
26-
import llnl.util.tty.color as color # noqa: E402
26+
import llnl.util.tty.color as color # noqa: E402
2727

2828

2929
spack_dir = "spack/var/spack/repos/builtin/packages/"

0 commit comments

Comments
 (0)