diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:50:43 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:50:43 +0900 |
| commit | 279e547860ea68e3c357f55e608afec682a1f961 (patch) | |
| tree | dc08e85ab0210538e30b5b801bf9d80ab49bfb3f /tests/test_util_nodes.py | |
| parent | 859b5fcea71f8d4f46e0ef3726e68df54bfbc3b7 (diff) | |
| parent | 64fb1e56242d93ee0e8c317ab9e7643242b99658 (diff) | |
| download | sphinx-git-279e547860ea68e3c357f55e608afec682a1f961.tar.gz | |
Merge branch '3.x'
Diffstat (limited to 'tests/test_util_nodes.py')
| -rw-r--r-- | tests/test_util_nodes.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/test_util_nodes.py b/tests/test_util_nodes.py index 8fe9ee773..dd41022f3 100644 --- a/tests/test_util_nodes.py +++ b/tests/test_util_nodes.py @@ -11,15 +11,13 @@ from textwrap import dedent from typing import Any import pytest -from docutils import frontend -from docutils import nodes +from docutils import frontend, nodes from docutils.parsers import rst from docutils.utils import new_document from sphinx.transforms import ApplySourceWorkaround -from sphinx.util.nodes import ( - NodeMatcher, extract_messages, clean_astext, make_id, split_explicit_title -) +from sphinx.util.nodes import (NodeMatcher, clean_astext, extract_messages, make_id, + split_explicit_title) def _transform(doctree): |
