Skip to content

Commit 73a2e1b

Browse files
committed
STY: Cleanup
1 parent 0ccb6b3 commit 73a2e1b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

nipype/interfaces/ants/registration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ANTSOutputSpec(TraitedSpec):
125125

126126

127127
class ANTS(ANTSCommand):
128-
"""ANTS wrapper for registration of images
128+
"""ANTS wrapper for registration of images
129129
(old, use Registration instead)
130130
131131
Examples

nipype/interfaces/io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def add_traits(base, names, trait_type=None):
124124

125125

126126
def _get_head_bucket(s3_resource, bucket_name):
127-
""" Try to get the header info of a bucket, in order to
127+
""" Try to get the header info of a bucket, in order to
128128
check if it exists and its permissions
129129
"""
130130

nipype/utils/filemanip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ def loadpkl(infile, versioning=False):
662662

663663
return unpkl
664664

665-
# Unpickling problems
665+
# Unpickling problems
666666
except Exception as e:
667667
if not versioning:
668668
raise e

nipype/utils/tests/test_filemanip.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ class PickledBreaker:
547547
def __setstate__(self, d):
548548
raise Exception()
549549

550-
550+
551551
def test_versioned_pklization(tmpdir):
552552
tmpdir.chdir()
553553

@@ -560,7 +560,7 @@ def test_versioned_pklization(tmpdir):
560560

561561
loadpkl('./pickled.pkz', versioning=True)
562562

563-
563+
564564
def test_unversioned_pklization(tmpdir):
565565
tmpdir.chdir()
566566

0 commit comments

Comments
 (0)