From: Bob Halley Date: Thu, 6 Jul 2023 14:55:12 +0000 (-0700) Subject: cope with missing httpcore type info X-Git-Tag: v2.5.0rc1~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aebfa408660df7e122e63028093b085b737ad13;p=thirdparty%2Fdnspython.git cope with missing httpcore type info --- diff --git a/mypy.ini b/mypy.ini index 9f9fa24e..416a5ea6 100644 --- a/mypy.ini +++ b/mypy.ini @@ -8,3 +8,6 @@ ignore_missing_imports = True [mypy-wmi] ignore_missing_imports = True + +[mypy-httpcore.*] +ignore_missing_imports = True