Skip to content

Commit 4f684ec

Browse files
author
Vasileios Karakasis
committed
Remove unused imports
1 parent ebd17b1 commit 4f684ec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

reframe/frontend/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import reframe.frontend.runreport as runreport
2828
import reframe.utility.jsonext as jsonext
2929
import reframe.utility.osext as osext
30-
import reframe.utility.profile as prof
3130
import reframe.utility.typecheck as typ
3231

3332

reframe/frontend/testgenerators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import reframe.utility as util
1010

1111
from reframe.core.decorators import TestRegistry
12-
from reframe.core.logging import getlogger, getprofiler, time_function
12+
from reframe.core.logging import getlogger, time_function
1313
from reframe.core.meta import make_test
1414
from reframe.core.schedulers import Job
1515
from reframe.frontend.executors import generate_testcases

0 commit comments

Comments
 (0)