Skip to content

Commit bbfae46

Browse files
committed
Remove unused imports
1 parent e9875de commit bbfae46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reframe/core/hooks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
import functools
77
import inspect
88

9-
import reframe.utility as util
10-
119

1210
def is_hook(func):
1311
return hasattr(func, '_rfm_attach')

0 commit comments

Comments
 (0)