summaryrefslogtreecommitdiff
path: root/tests/test_util_matching.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_util_matching.py')
-rw-r--r--tests/test_util_matching.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_util_matching.py b/tests/test_util_matching.py
index 0a6bdc7b3..008dc6267 100644
--- a/tests/test_util_matching.py
+++ b/tests/test_util_matching.py
@@ -4,10 +4,10 @@
Tests sphinx.util.matching 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.
"""
-from sphinx.util.matching import compile_matchers, Matcher
+from sphinx.util.matching import Matcher, compile_matchers
def test_compile_matchers():