summaryrefslogtreecommitdiff
path: root/tests/test_domain_js.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_domain_js.py
parent859b5fcea71f8d4f46e0ef3726e68df54bfbc3b7 (diff)
parent64fb1e56242d93ee0e8c317ab9e7643242b99658 (diff)
downloadsphinx-git-279e547860ea68e3c357f55e608afec682a1f961.tar.gz
Merge branch '3.x'
Diffstat (limited to 'tests/test_domain_js.py')
-rw-r--r--tests/test_domain_js.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test_domain_js.py b/tests/test_domain_js.py
index 9d0b59b91..58c54c766 100644
--- a/tests/test_domain_js.py
+++ b/tests/test_domain_js.py
@@ -14,10 +14,8 @@ import pytest
from docutils import nodes
from sphinx import addnodes
-from sphinx.addnodes import (
- desc, desc_annotation, desc_content, desc_name,
- desc_parameter, desc_parameterlist, desc_signature
-)
+from sphinx.addnodes import (desc, desc_annotation, desc_content, desc_name, desc_parameter,
+ desc_parameterlist, desc_signature)
from sphinx.domains.javascript import JavaScriptDomain
from sphinx.testing import restructuredtext
from sphinx.testing.util import assert_node