Skip to content

Commit 66d6280

Browse files
newlines for style check
1 parent 133dc0a commit 66d6280

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nipype/pipeline/plugins/multiproc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,4 @@ def _sort_jobs(self, jobids, scheduler="tsort"):
423423
jobids,
424424
key=lambda item: (self.procs[item].mem_gb, self.procs[item].n_procs),
425425
)
426-
return jobids
426+
return jobids

nipype/pipeline/plugins/tools.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,5 @@ def gpu_count():
185185
except ImportError:
186186
return 1
187187
else:
188-
return len(GPUtil.getGPUs())
188+
return len(GPUtil.getGPUs())
189+

0 commit comments

Comments
 (0)