summaryrefslogtreecommitdiff
path: root/tests/test_util_docutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_util_docutils.py')
-rw-r--r--tests/test_util_docutils.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/test_util_docutils.py b/tests/test_util_docutils.py
index a22cf277a..9c4e373cf 100644
--- a/tests/test_util_docutils.py
+++ b/tests/test_util_docutils.py
@@ -4,7 +4,7 @@
Tests util.utils functions.
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
@@ -12,9 +12,8 @@ import os
from docutils import nodes
-from sphinx.util.docutils import (
- SphinxFileOutput, SphinxTranslator, docutils_namespace, new_document, register_node
-)
+from sphinx.util.docutils import (SphinxFileOutput, SphinxTranslator, docutils_namespace,
+ new_document, register_node)
def test_register_node():