Dont bother with type checking requests in the publish script
This commit is contained in:
parent
7428d42c16
commit
8dfb0c6675
@ -19,7 +19,7 @@ import time
|
||||
from contextlib import contextmanager, suppress
|
||||
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__)))
|
||||
docs_dir = os.path.abspath('docs')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user