diff options
Diffstat (limited to 'sphinx/util/pycompat.py')
-rw-r--r-- | sphinx/util/pycompat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/pycompat.py b/sphinx/util/pycompat.py index d132f6127..c31044c4e 100644 --- a/sphinx/util/pycompat.py +++ b/sphinx/util/pycompat.py @@ -12,7 +12,7 @@ import sys from html import escape as htmlescape # NOQA from io import TextIOWrapper # NOQA -from textwrap import indent # type: ignore # NOQA +from textwrap import indent # NOQA from six import text_type |