Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-18 06:39:07 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-18 06:39:07 +0300
commitf8bb40ab308b5daacfe45979a4e42fa82f8ef8ed (patch)
tree864ca265398a155e410fb08052d926911e51fc08 /sphinx/search/pt.py
parent91eeaea72f795f78a726f6c0101917e7fbcd41a1 (diff)
parent97a7017d198ad06b0bd960cc41cc261fcc99359c (diff)
Merge branch '1.7'
Diffstat (limited to 'sphinx/search/pt.py')
-rw-r--r--sphinx/search/pt.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/search/pt.py b/sphinx/search/pt.py
index 44c7e2118..dc43c0330 100644
--- a/sphinx/search/pt.py
+++ b/sphinx/search/pt.py
@@ -9,6 +9,8 @@
:license: BSD, see LICENSE for details.
"""
+from typing import TYPE_CHECKING
+
from sphinx.search import SearchLanguage, parse_stop_word
import snowballstemmer