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 @@
from contextlib import contextmanager, suppress
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__)))
docs_dir = os.path.abspath('docs')