Skip to content

Commit 531ce9d

Browse files
committed
Removed unused
1 parent 3467694 commit 531ce9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hpctestlib/sciapps/metalwalls/benchmarks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""ReFrame benchmark for MetalWalls"""
22
import re
3-
from typing import TypeVar
43

54
import reframe as rfm
65
import reframe.utility.sanity as sn
@@ -9,8 +8,6 @@
98
from reframe.core.parameters import TestParam as parameter
109
from reframe.core.variables import TestVar as variable
1110

12-
R = TypeVar('R')
13-
1411
address_tpl = (
1512
'https://gitlab.com/ampere2/metalwalls/-/raw/{version}/{bench}/{file}'
1613
'?ref_type=tags\&inline=false'

0 commit comments

Comments
 (0)