From: Bob Halley Date: Thu, 21 May 2020 14:46:39 +0000 (-0700) Subject: fix typo X-Git-Tag: v2.0.0rc1~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f37b0be63accd1ecd3166af5c902b1b90dc6c706;p=thirdparty%2Fdnspython.git fix typo --- diff --git a/dns/trio/query.pyi b/dns/trio/query.pyi index 016298c3..642c7c04 100644 --- a/dns/trio/query.pyi +++ b/dns/trio/query.pyi @@ -1,6 +1,5 @@ -!from typing import Optional, Union, Dict, Generator, Any -from . import tsig, rdatatype, rdataclass, name, message -from requests.sessions import Session +from typing import Optional, Dict, Any +from . import rdatatype, rdataclass, name, message # If the ssl import works, then #