Skip to content

Commit 323663f

Browse files
committed
RF: Purge "from io import open"
1 parent f25cfc0 commit 323663f

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

nipype/algorithms/tests/test_confounds.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# -*- coding: utf-8 -*-
33
import os
44

5-
from io import open
6-
75
import pytest
86
from nipype.testing import example_data
97
from nipype.algorithms.confounds import FramewiseDisplacement, ComputeDVARS, \

nipype/interfaces/mrtrix/convert.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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-
from io import open
5-
64
import os.path as op
75
import nibabel as nb
86
import nibabel.trackvis as trk

nipype/scripts/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!python
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-
from io import open
5-
64
import click
75

86
from .instance import list_interfaces

0 commit comments

Comments
 (0)