summaryrefslogtreecommitdiff
path: root/tests/test_domain_rst.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_domain_rst.py')
-rw-r--r--tests/test_domain_rst.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_domain_rst.py b/tests/test_domain_rst.py
index 86fe7ef3f..93401e6c9 100644
--- a/tests/test_domain_rst.py
+++ b/tests/test_domain_rst.py
@@ -9,9 +9,8 @@
"""
from sphinx import addnodes
-from sphinx.addnodes import (
- desc, desc_addname, desc_annotation, desc_content, desc_name, desc_signature
-)
+from sphinx.addnodes import (desc, desc_addname, desc_annotation, desc_content, desc_name,
+ desc_signature)
from sphinx.domains.rst import parse_directive
from sphinx.testing import restructuredtext
from sphinx.testing.util import assert_node