Skip to content

Commit ffcc5cc

Browse files
author
Theofilos Manitaras
committed
Remove unused imports
1 parent 8e91e94 commit ffcc5cc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

reframe/core/schedulers/pbs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import reframe.core.schedulers as sched
2020
import reframe.utility.osext as osext
2121
from reframe.core.backends import register_scheduler
22-
from reframe.core.config import settings
2322
from reframe.core.exceptions import JobError, JobSchedulerError
2423
from reframe.utility import seconds_to_hms
2524

reframe/core/schedulers/slurm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from argparse import ArgumentParser
1212
from contextlib import suppress
1313

14-
import reframe.core.environments as env
1514
import reframe.core.runtime as rt
1615
import reframe.core.schedulers as sched
1716
import reframe.utility.osext as osext

0 commit comments

Comments
 (0)