summaryrefslogtreecommitdiff
path: root/tests/test_io.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-16 00:32:10 +0900
committerGitHub <noreply@github.com>2018-12-16 00:32:10 +0900
commitc70e65fc6cd04d02df4f7911025f534dbd27cc20 (patch)
tree1e8614ac5516dace99ef1df4d203081662c7c2d6 /tests/test_io.py
parentd6d4406ce987cc8823d1b3a33be3a418bcd2a59d (diff)
parent79eec90f36f5a74e24cfd6740126396fd6567e07 (diff)
downloadsphinx-git-c70e65fc6cd04d02df4f7911025f534dbd27cc20.tar.gz
Merge branch 'master' into 5770_doctest_refers_highlight_language
Diffstat (limited to 'tests/test_io.py')
-rw-r--r--tests/test_io.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_io.py b/tests/test_io.py
index 1c8fee86b..2e81035dc 100644
--- a/tests/test_io.py
+++ b/tests/test_io.py
@@ -9,8 +9,9 @@
:license: BSD, see LICENSE for details.
"""
+from io import StringIO
+
import pytest
-from six import StringIO
from sphinx.io import SphinxRSTFileInput