Skip to content

Commit c278a94

Browse files
committed
FIX: Import io
1 parent 75ed05a commit c278a94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/filebasedimages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
99
''' Common interface for any image format--volume or surface, binary or xml.'''
1010

11+
import io
1112
from copy import deepcopy
1213
from six import string_types
1314
from .fileholders import FileHolder

0 commit comments

Comments
 (0)