diff --git a/check.py b/check.py index e3a0e28..1eb7c4e 100755 --- a/check.py +++ b/check.py @@ -12,7 +12,7 @@ from email.mime.text import MIMEText from email.utils import formatdate, make_msgid from urllib.parse import urlparse, urlunparse -import cloudscraper +import cloudscraper # type: ignore import requests import yaml from requests.adapters import HTTPAdapter