diff options
Diffstat (limited to 'tests/test_io.py')
-rw-r--r-- | tests/test_io.py | 3 |
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 |