From efe91980bc1484555b40aadefd51fe4c0901f0f5 Mon Sep 17 00:00:00 2001 From: Satish Kamath Date: Wed, 13 Dec 2023 11:33:20 +0100 Subject: [PATCH] Committing the import constants part which is trivial and just code cleaning. --- eessi/testsuite/tests/apps/osu.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eessi/testsuite/tests/apps/osu.py b/eessi/testsuite/tests/apps/osu.py index eb308db7..42451700 100644 --- a/eessi/testsuite/tests/apps/osu.py +++ b/eessi/testsuite/tests/apps/osu.py @@ -6,8 +6,7 @@ from hpctestlib.microbenchmarks.mpi.osu import osu_benchmark from eessi.testsuite import hooks, utils -from eessi.testsuite.constants import CPU, SCALES, TAGS, DEVICE_TYPES,\ - COMPUTE_UNIT, GPU, GPU_VENDOR, FEATURES, GPU_VENDORS, NVIDIA +from eessi.testsuite.constants import * from eessi.testsuite.utils import find_modules, log