summaryrefslogtreecommitdiff
path: root/tests/test_io.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_io.py')
-rw-r--r--tests/test_io.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_io.py b/tests/test_io.py
index 1c8fee86b..ae7a162ae 100644
--- a/tests/test_io.py
+++ b/tests/test_io.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
test_sphinx_io
~~~~~~~~~~~~~~
@@ -9,8 +8,9 @@
:license: BSD, see LICENSE for details.
"""
+from io import StringIO
+
import pytest
-from six import StringIO
from sphinx.io import SphinxRSTFileInput