Skip to content

Commit 4f80b2a

Browse files
author
Shoshana Berleant
committed
use from io import open
1 parent 35a0bb3 commit 4f80b2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/algorithms/tests/test_confounds.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from tempfile import mkdtemp
55
from shutil import rmtree
66

7+
from io import open
8+
79
from nipype.testing import (assert_equal, example_data, skipif, assert_true, assert_in)
810
from nipype.algorithms.confounds import FramewiseDisplacement, ComputeDVARS
911
import numpy as np

0 commit comments

Comments
 (0)