Skip to content

Commit e574683

Browse files
committed
Remove unused imports
1 parent a075bd4 commit e574683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/test_schedulers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
ConfigError, JobError, JobNotStartedError, JobSchedulerError, SkipTestError
2020
)
2121
from reframe.core.schedulers import Job
22-
from reframe.core.schedulers.slurm import _SlurmNode, _create_nodes
22+
from reframe.core.schedulers.slurm import _SlurmNode
2323
from reframe.utility import nodelist_expand
2424

2525

0 commit comments

Comments
 (0)