diff options
Diffstat (limited to 'sphinx/util/requests.py')
-rw-r--r-- | sphinx/util/requests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/requests.py b/sphinx/util/requests.py index 020cad08b..c19e05cec 100644 --- a/sphinx/util/requests.py +++ b/sphinx/util/requests.py @@ -78,6 +78,7 @@ if False: # For type annotation from typing import Any, Generator, Union # NOQA from sphinx.config import Config # NOQA + from sphinx.util.typing import unicode # NOQA useragent_header = [('User-Agent', 'Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0')] |