Eh, mypy doesnt let me ignore requests on CI
This commit is contained in:
parent
70a01955b8
commit
b9b799533b
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue