diff options
Diffstat (limited to 'tests/test_build_text.py')
-rw-r--r-- | tests/test_build_text.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_build_text.py b/tests/test_build_text.py index 85b518007..f89187c85 100644 --- a/tests/test_build_text.py +++ b/tests/test_build_text.py @@ -8,9 +8,10 @@ :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ -import pytest +import pytest from docutils.utils import column_width + from sphinx.writers.text import MAXWIDTH |