]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typo
authorBob Halley <halley@dnspython.org>
Thu, 21 May 2020 14:46:39 +0000 (07:46 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 21 May 2020 14:48:10 +0000 (07:48 -0700)
dns/trio/query.pyi

index 016298c3ac91f4f8981e4d6dbbd6f268a010c314..642c7c045b31cd8d1db000b69f354ddea83040fb 100644 (file)
@@ -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
 #