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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_util_matching.py b/tests/test_util_matching.py
index 0a6bdc7b3..9d90f5a90 100644
--- a/tests/test_util_matching.py
+++ b/tests/test_util_matching.py
@@ -7,7 +7,7 @@
:copyright: Copyright 2007-2020 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():