Skip to content

Commit 160382c

Browse files
committed
Linting fix
1 parent 30a47c2 commit 160382c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/psij/executors/batch/slurm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def process_cancel_command_output(self, exit_code: int, out: str) -> None:
147147

148148
def get_status_command(self, native_ids: Collection[str]) -> List[str]:
149149
"""See :meth:`~.BatchSchedulerExecutor.get_status_command`."""
150-
151150
# we're not really using job arrays, so this is equivalent to the job ID. However, if
152151
# we were to use arrays, this would return one ID for the entire array rather than
153152
# listing each element of the array independently

0 commit comments

Comments
 (0)