Skip to content

Commit fe05d83

Browse files
committed
Remove unused import
1 parent 965fc6f commit fe05d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/core/schedulers/slurm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
JobBlockedError,
2121
JobError,
2222
JobSchedulerError)
23-
from reframe.utility import nodelist_abbrev, nodelist_expand, seconds_to_hms
23+
from reframe.utility import nodelist_abbrev, seconds_to_hms
2424

2525

2626
def slurm_state_completed(state):

0 commit comments

Comments
 (0)