summaryrefslogtreecommitdiff
path: root/tests/test_util.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-12 02:50:43 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-12 02:50:43 +0900
commit279e547860ea68e3c357f55e608afec682a1f961 (patch)
treedc08e85ab0210538e30b5b801bf9d80ab49bfb3f /tests/test_util.py
parent859b5fcea71f8d4f46e0ef3726e68df54bfbc3b7 (diff)
parent64fb1e56242d93ee0e8c317ab9e7643242b99658 (diff)
downloadsphinx-git-279e547860ea68e3c357f55e608afec682a1f961.tar.gz
Merge branch '3.x'
Diffstat (limited to 'tests/test_util.py')
-rw-r--r--tests/test_util.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/test_util.py b/tests/test_util.py
index 434d96d3a..c58931bb4 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -17,11 +17,9 @@ import pytest
import sphinx
from sphinx.errors import ExtensionError, PycodeError
from sphinx.testing.util import strip_escseq
-from sphinx.util import (
- SkipProgressMessage, display_chunk, encode_uri, ensuredir,
- import_object, parselinenos, progress_message, status_iterator, xmlname_checker
-)
-from sphinx.util import logging
+from sphinx.util import (SkipProgressMessage, display_chunk, encode_uri, ensuredir,
+ import_object, logging, parselinenos, progress_message,
+ status_iterator, xmlname_checker)
def test_encode_uri():