We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9875de commit bbfae46Copy full SHA for bbfae46
reframe/core/hooks.py
@@ -6,8 +6,6 @@
6
import functools
7
import inspect
8
9
-import reframe.utility as util
10
-
11
12
def is_hook(func):
13
return hasattr(func, '_rfm_attach')
0 commit comments