Skip to content

Commit 2b342a7

Browse files
committed
Fix style CI failures
1 parent 0a11871 commit 2b342a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stackinator/builder.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ def generate(self, recipe):
386386
user_mpi_xspec = mpi["xspec"] if "xspec" in mpi else None
387387
user_mpi_deps = mpi["depends"] if "depends" in mpi else None
388388
self._logger.debug(
389-
f"User MPI selection: spec={user_mpi_spec}, gpu={user_mpi_gpu}, xspec={user_mpi_xspec}, deps={user_mpi_deps}"
389+
f"User MPI selection: spec={user_mpi_spec}, gpu={user_mpi_gpu}, "
390+
f"xspec={user_mpi_xspec}, deps={user_mpi_deps}"
390391
)
391392

392393
if user_mpi_spec:

stackinator/recipe.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
import jinja2
55
import yaml
6-
import re
76

87
from . import cache, root_logger, schema, spack_util
98

0 commit comments

Comments
 (0)