Skip to content

Commit 06ecbe4

Browse files
committed
RF: Remove two-line __future__ imports
1 parent 9e47ec0 commit 06ecbe4

Some content is hidden

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

84 files changed

+0
-166
lines changed

nipype/external/portalocker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
Version: $Id: portalocker.py 5474 2008-05-16 20:53:50Z lowell $
5050
5151
'''
52-
from __future__ import (print_function, division, unicode_literals,
53-
absolute_import)
5452
from builtins import open
5553

5654
__all__ = [

nipype/interfaces/afni/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
--------
88
See the docstrings of the individual classes for examples.
99
"""
10-
from __future__ import (print_function, division, unicode_literals,
11-
absolute_import)
1210

1311
import os
1412

nipype/interfaces/afni/svm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# vi: set ft = python sts = 4 ts = 4 sw = 4 et:
44
"""Afni svm interfaces
55
"""
6-
from __future__ import (print_function, division, unicode_literals,
7-
absolute_import)
86

97
from ..base import TraitedSpec, traits, File
108
from .base import AFNICommand, AFNICommandInputSpec, AFNICommandOutputSpec

nipype/interfaces/ants/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""ANTS Apply Transforms interface
33
"""
4-
from __future__ import (print_function, division, unicode_literals,
5-
absolute_import)
64

75
import os
86

nipype/interfaces/ants/visualization.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""The ants visualisation module provides basic functions based on ITK.
33
"""
4-
from __future__ import (print_function, division, unicode_literals,
5-
absolute_import)
64

75
import os
86

nipype/interfaces/base/tests/test_resource_monitor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Module to unit test the resource_monitor in nipype
77
"""
88

9-
from __future__ import (print_function, division, unicode_literals,
10-
absolute_import)
119
import os
1210
import pytest
1311

nipype/interfaces/brainsuite/brainsuite.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
from __future__ import (print_function, division, unicode_literals,
3-
absolute_import)
42

53
import os
64
import re as regex

nipype/interfaces/bru2nii.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""The bru2nii module provides basic functions for dicom conversion
33
"""
4-
from __future__ import (print_function, division, unicode_literals,
5-
absolute_import)
64

75
import os
86
from .base import (CommandLine, CommandLineInputSpec, traits, TraitedSpec,

nipype/interfaces/c3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"""The ants module provides basic functions for interfacing with ants
33
functions.
44
"""
5-
from __future__ import (print_function, division, unicode_literals,
6-
absolute_import)
75
import os
86
from glob import glob
97

nipype/interfaces/camino/calib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
from __future__ import (print_function, division, unicode_literals,
3-
absolute_import)
42

53
import os
64

0 commit comments

Comments
 (0)