summaryrefslogtreecommitdiff
path: root/tests/test_ext_doctest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ext_doctest.py')
-rw-r--r--tests/test_ext_doctest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_ext_doctest.py b/tests/test_ext_doctest.py
index ebf7e19d3..729067b4d 100644
--- a/tests/test_ext_doctest.py
+++ b/tests/test_ext_doctest.py
@@ -4,14 +4,14 @@
Test the doctest extension.
- :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.
"""
import os
from collections import Counter
-from docutils import nodes
import pytest
+from docutils import nodes
from packaging.specifiers import InvalidSpecifier
from packaging.version import InvalidVersion