Skip to content

Commit d0bb37d

Browse files
committed
six.BytesIO for test_analyze
1 parent b40c7f1 commit d0bb37d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabel/tests/test_analyze.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020

2121
import numpy as np
2222

23-
from io import BytesIO
24-
from six import StringIO
23+
from six import BytesIO, StringIO
2524
from ..spatialimages import (HeaderDataError, HeaderTypeError,
2625
supported_np_types)
2726
from ..analyze import AnalyzeHeader, AnalyzeImage

0 commit comments

Comments
 (0)