Skip to content

Commit e9dc256

Browse files
committed
FIX: PEP8 - W391 blank line at end of file
1 parent 08b94e8 commit e9dc256

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+0
-76
lines changed

build_docs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,3 @@ def run(self):
193193
'api_docs': APIDocs,
194194
'clean': Clean,
195195
}
196-
197-

doc/sphinxext/numpy_ext/numpydoc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,3 @@ def run(self):
176176
return base_directive.run(self)
177177

178178
return directive
179-

examples/dmri_dtk_dti.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,3 @@ def getstripdir(subject_id):
214214
if __name__ == '__main__':
215215
dwiproc.run()
216216
dwiproc.write_graph()
217-
218-

examples/dmri_dtk_odf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,3 @@
208208
if __name__ == '__main__':
209209
dwiproc.run()
210210
dwiproc.write_graph()
211-
212-

examples/dmri_fsl_dti.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,5 +274,3 @@ def getstripdir(subject_id):
274274
if __name__ == '__main__':
275275
dwiproc.run()
276276
dwiproc.write_graph()
277-
278-

examples/fmri_freesurfer_smooth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,3 @@ def list2tuple(listoflist):
648648
if __name__ == '__main__':
649649
l2flow.run()
650650
l2flow.write_graph(graph2use='flat')
651-

examples/fmri_fsl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,5 +648,3 @@ def subjectinfo(subject_id):
648648
l1pipeline.write_graph()
649649
outgraph = l1pipeline.run()
650650
# l1pipeline.run(plugin='MultiProc', plugin_args={'n_procs':2})
651-
652-

examples/fmri_fsl_reuse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,5 +259,3 @@ def subjectinfo(subject_id):
259259
# level1_workflow.write_graph()
260260
level1_workflow.run()
261261
# level1_workflow.run(plugin='MultiProc', plugin_args={'n_procs':2})
262-
263-

examples/fmri_nipy_glm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,3 @@ def subjectinfo(subject_id):
268268

269269
if __name__ == '__main__':
270270
l1pipeline.run()
271-

examples/fmri_spm_auditory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,3 @@ def getstripdir(subject_id):
396396
if __name__ == '__main__':
397397
level1.run()
398398
level1.write_graph()
399-

0 commit comments

Comments
 (0)