Skip to content

Commit 896d9c1

Browse files
committed
Fix style of new kokkos easyblock
1 parent 732488e commit 896d9c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/easyblocks/k/kokkos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
import easybuild.tools.toolchain as toolchain
3333
from easybuild.base import fancylogger
34-
from easybuild.framework.easyconfig import CUSTOM, MANDATORY
34+
from easybuild.framework.easyconfig import CUSTOM
3535
from easybuild.tools.build_log import EasyBuildError, print_warning
3636
from easybuild.tools.config import build_option
3737
from easybuild.tools.modules import get_software_root
@@ -319,4 +319,4 @@ def configure_step(self, srcdir=None, builddir=None):
319319
# Enable bindings for tuning tools
320320
self.cfg.update('configopts', '-DKokkos_ENABLE_TUNING=ON')
321321

322-
return super().configure_step(srcdir, builddir)
322+
return super().configure_step(srcdir, builddir)

0 commit comments

Comments
 (0)