Skip to content

Commit 0052814

Browse files
committed
sty: further pep257 changes
1 parent d29ea7b commit 0052814

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

nipype/interfaces/afni/model.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# -*- coding: utf-8 -*-
22
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
33
# vi: set ft = python sts = 4 ts = 4 sw = 4 et:
4-
"""AFNI modeling interfaces
4+
"""
5+
AFNI modeling interfaces.
56
67
Examples
78
--------
89
See the docstrings of the individual classes for examples.
10+
911
"""
1012
from __future__ import (print_function, division, unicode_literals,
1113
absolute_import)

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
33
# vi: set ft=python sts=4 ts=4 sw=4 et:
4-
"""AFNI preprocessing interfaces
5-
"""
4+
"""AFNI preprocessing interfaces."""
65
from __future__ import (print_function, division, unicode_literals,
76
absolute_import)
87
from builtins import open

nipype/interfaces/afni/svm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
33
# vi: set ft = python sts = 4 ts = 4 sw = 4 et:
4-
"""Afni svm interfaces
5-
"""
4+
"""AFNI's svm interfaces."""
65
from __future__ import (print_function, division, unicode_literals,
76
absolute_import)
87

nipype/interfaces/afni/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# -*- coding: utf-8 -*-
22
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
33
# vi: set ft = python sts = 4 ts = 4 sw = 4 et:
4-
"""AFNI utility interfaces
4+
"""
5+
AFNI utility interfaces.
56
67
Examples
78
--------
89
See the docstrings of the individual classes for examples.
10+
911
"""
1012
from __future__ import (print_function, division, unicode_literals,
1113
absolute_import)

0 commit comments

Comments
 (0)