From: Bob Halley Date: Fri, 1 May 2020 15:29:46 +0000 (-0700) Subject: ignore duplicate name warning as it is not a bug X-Git-Tag: v2.0.0rc1~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a0a76c0398b26c10d8a0b7e375caaad8b39f83;p=thirdparty%2Fdnspython.git ignore duplicate name warning as it is not a bug --- diff --git a/dns/query.pyi b/dns/query.pyi index 99974a18..37bdd46a 100644 --- a/dns/query.pyi +++ b/dns/query.pyi @@ -10,7 +10,7 @@ from requests.sessions import Session try: import ssl except ImportError: - class ssl(object): + class ssl(object): # type: ignore SSLContext : Dict = {} def https(q : message.Message, where: str, timeout : Optional[float] = None, port : Optional[int] = 443, af : Optional[int] = None, source : Optional[str] = None, source_port : Optional[int] = 0,