Skip to content

Commit 3d0c790

Browse files
committed
fix missing import in cli.py
1 parent f17d8e2 commit 3d0c790

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/scripts/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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+
46
import click
57

68
from .instance import list_interfaces

0 commit comments

Comments
 (0)