Skip to content

Commit a177591

Browse files
committed
FIX: PEP8 - W292 no newline at end of file
1 parent 347f089 commit a177591

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/smri_cbs_skullstripping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
skullstrip.inputs.xDefaultMem = 6000
3030

3131
wf.connect(mask, 'outMasked', skullstrip, 'inInput')
32-
wf.run()
32+
wf.run()

nipype/interfaces/mrtrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
GenerateWhiteMatterMask, DWI2Tensor,
1212
Tensor2ApparentDiffusion, Tensor2FractionalAnisotropy,
1313
Tensor2Vector, MedianFilter3D, Erode, Threshold)
14-
from .convert import MRTrix2TrackVis
14+
from .convert import MRTrix2TrackVis

nipype/interfaces/vista/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
22
# vi: set ft=python sts=4 ts=4 sw=4 et:
3-
from .vista import (Vnifti2Image, VtoMat)
3+
from .vista import (Vnifti2Image, VtoMat)

nipype/workflows/fmri/spm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .preprocess import (create_spm_preproc, create_vbm_preproc,
2-
create_DARTEL_template)
2+
create_DARTEL_template)

nipype/workflows/smri/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from . import freesurfer
2-
from . import ants
2+
from . import ants
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .ANTSBuildTemplate import ANTSTemplateBuildSingleIterationWF
2-
from .antsRegistrationBuildTemplate import antsRegistrationTemplateBuildSingleIterationWF
2+
from .antsRegistrationBuildTemplate import antsRegistrationTemplateBuildSingleIterationWF

0 commit comments

Comments
 (0)