From bb79b5ac9976f91894a4ebbbdd72f30a8ec0005f Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 4 Aug 2025 19:38:59 +0100 Subject: [PATCH] Ignore missing types for cloudscraper --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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