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:
Diffstat (limited to 'sphinx/search/it.py')
-rw-r--r--sphinx/search/it.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/sphinx/search/it.py b/sphinx/search/it.py
index 1a26c4488..db86e386e 100644
--- a/sphinx/search/it.py
+++ b/sphinx/search/it.py
@@ -9,13 +9,12 @@
:license: BSD, see LICENSE for details.
"""
-from typing import TYPE_CHECKING
-
from sphinx.search import SearchLanguage, parse_stop_word
import snowballstemmer
-if TYPE_CHECKING:
+if False:
+ # For type annotation
from typing import Any # NOQA