diff options
Diffstat (limited to 'tests/test_build_text.py')
-rw-r--r-- | tests/test_build_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_text.py b/tests/test_build_text.py index 8c00f5550..0ada5bb70 100644 --- a/tests/test_build_text.py +++ b/tests/test_build_text.py @@ -11,7 +11,7 @@ import pytest from docutils.utils import column_width -from sphinx.writers.text import MAXWIDTH, Table, Cell +from sphinx.writers.text import MAXWIDTH, Cell, Table def with_text_app(*args, **kw): |