Eh, mypy doesnt let me ignore requests on CI

This commit is contained in:
Kovid Goyal 2021-10-31 09:40:03 +05:30
parent 70a01955b8
commit b9b799533b
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 # type: ignore import requests
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')