From 16d0b929b936d1c1983598d4965d095fb0c41ba3 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Tue, 12 Nov 2024 16:49:35 +0100 Subject: [PATCH] flake8 polishing --- tutorial/mpi4py/mpi4py_portable_mixin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorial/mpi4py/mpi4py_portable_mixin.py b/tutorial/mpi4py/mpi4py_portable_mixin.py index 8de1ddbd..d3b8d573 100644 --- a/tutorial/mpi4py/mpi4py_portable_mixin.py +++ b/tutorial/mpi4py/mpi4py_portable_mixin.py @@ -6,13 +6,14 @@ import reframe.utility.sanity as sn # added only to make the linter happy -from reframe.core.builtins import variable, parameter, run_after, performance_function, sanity_function +from reframe.core.builtins import variable, parameter, performance_function, sanity_function # Import the EESSI_Mixin class so that we can inherit from it from eessi.testsuite.eessi_mixin import EESSI_Mixin from eessi.testsuite.constants import COMPUTE_UNIT, DEVICE_TYPES, CPU from eessi.testsuite.utils import find_modules + # This python decorator indicates to ReFrame that this class defines a test # Our class inherits from rfm.RunOnlyRegressionTest, since this test does not have a compilation stage # https://reframe-hpc.readthedocs.io/en/stable/regression_test_api.html#reframe.core.pipeline.RunOnlyRegressionTest