Skip to content

Commit

Permalink
remove variable import
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Dec 12, 2024
1 parent 42796f3 commit e9237ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/tests/apps/PyTorch/PyTorch_torchvision.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import reframe as rfm
import reframe.utility.sanity as sn
from reframe.core.builtins import parameter, variable, run_after, sanity_function, performance_function
from reframe.core.builtins import parameter, run_after, sanity_function, performance_function

from eessi.testsuite.constants import DEVICE_TYPES, COMPUTE_UNIT, CPU, NUMA_NODE, GPU
from eessi.testsuite.eessi_mixin import EESSI_Mixin
Expand Down

0 comments on commit e9237ee

Please sign in to comment.