diff options
Diffstat (limited to 'sphinx/pycode/pgen2/parse.py')
-rw-r--r-- | sphinx/pycode/pgen2/parse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/pycode/pgen2/parse.py b/sphinx/pycode/pgen2/parse.py index 43b88b519..660a47e68 100644 --- a/sphinx/pycode/pgen2/parse.py +++ b/sphinx/pycode/pgen2/parse.py @@ -15,7 +15,7 @@ from sphinx.pycode.pgen2 import token if False: # For type annotation - from typing import Any, Tuple # NOQA + from typing import Any, List, Set, Tuple # NOQA class ParseError(Exception): """Exception to signal the parser is stuck.""" |