Ignore mypy error

This commit is contained in:
Bridget
2020-04-12 23:26:19 +02:00
parent 767b1131bf
commit b032dc1b24

View File

@@ -1,6 +1,6 @@
import requests
import warnings
from urllib3.connectionpool import InsecureRequestWarning
from urllib3.connectionpool import InsecureRequestWarning # type: ignore
from json.decoder import JSONDecodeError
import sys
from typing import Dict