diff options
Diffstat (limited to 'tests/test_util.py')
-rw-r--r-- | tests/test_util.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index c58931bb4..2d03ed89a 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -14,8 +14,7 @@ from unittest.mock import patch import pytest -import sphinx -from sphinx.errors import ExtensionError, PycodeError +from sphinx.errors import ExtensionError from sphinx.testing.util import strip_escseq from sphinx.util import (SkipProgressMessage, display_chunk, encode_uri, ensuredir, import_object, logging, parselinenos, progress_message, |