urllib3 now has types
This commit is contained in:
parent
164a93cd88
commit
708c5d6f58
4
check.py
4
check.py
|
@ -15,8 +15,8 @@ from email.utils import formatdate, make_msgid
|
||||||
import requests
|
import requests
|
||||||
import yaml
|
import yaml
|
||||||
from requests.adapters import HTTPAdapter
|
from requests.adapters import HTTPAdapter
|
||||||
from urllib3.exceptions import InsecureRequestWarning # type: ignore
|
from urllib3.exceptions import InsecureRequestWarning
|
||||||
from urllib3.util.url import parse_url # type: ignore
|
from urllib3.util.url import parse_url
|
||||||
|
|
||||||
|
|
||||||
class LiveConference(typing.TypedDict):
|
class LiveConference(typing.TypedDict):
|
||||||
|
|
Loading…
Reference in a new issue