Dont bother with type checking requests in the publish script

This commit is contained in:
Kovid Goyal 2021-10-31 09:25:39 +05:30
parent 7428d42c16
commit 8dfb0c6675
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -19,7 +19,7 @@ import time
from contextlib import contextmanager, suppress from contextlib import contextmanager, suppress
from typing import IO, Any, Dict, Generator, Iterable, Optional, cast from typing import IO, Any, Dict, Generator, Iterable, Optional, cast
import requests import requests # type: ignore
os.chdir(os.path.dirname(os.path.abspath(__file__))) os.chdir(os.path.dirname(os.path.abspath(__file__)))
docs_dir = os.path.abspath('docs') docs_dir = os.path.abspath('docs')