]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
import needed stuff
authorBob Halley <halley@dnspython.org>
Thu, 2 Apr 2020 15:46:21 +0000 (08:46 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 2 Apr 2020 15:46:21 +0000 (08:46 -0700)
dns/resolver.pyi

index 4fe6d2d8557ecb0b430e8e62f0364adc617581d4..39f1e65651d824459101dc18aee4faf87a547c57 100644 (file)
@@ -1,4 +1,4 @@
-from typing import Union, Optional, List
+from typing import Union, Optional, List, Any, Dict
 from . import exception, rdataclass, name, rdatatype
 
 import socket