diff options
Diffstat (limited to 'sphinx/addnodes.py')
-rw-r--r-- | sphinx/addnodes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index 1cadb27e5..b104f014c 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -13,7 +13,7 @@ from docutils import nodes if False: # For type annotation - from typing import Sequence # NOQA + from typing import List, Sequence # NOQA class translatable(object): |