summaryrefslogtreecommitdiff
path: root/sphinx/util/i18n.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/i18n.py')
-rw-r--r--sphinx/util/i18n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/i18n.py b/sphinx/util/i18n.py
index bb6896080..e338824d5 100644
--- a/sphinx/util/i18n.py
+++ b/sphinx/util/i18n.py
@@ -28,7 +28,7 @@ logger = logging.getLogger(__name__)
if False:
# For type annotation
- from typing import Callable # NOQA
+ from typing import Callable, List, Set # NOQA
from sphinx.environment import BuildEnvironment # NOQA
LocaleFileInfoBase = namedtuple('CatalogInfo', 'base_dir,domain,charset')