]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Remove duplicate message import 393/head
authorFilip Š <filip.stamcar@hotmail.com>
Tue, 29 Oct 2019 20:38:45 +0000 (21:38 +0100)
committerFilip Š <filip.stamcar@hotmail.com>
Tue, 29 Oct 2019 20:38:45 +0000 (21:38 +0100)
dns/query.pyi

index 98fdc366bfe023995220bee99a1bdcc3afbf22ed..a562a05c1601bc707307f11a7f5b3119c8cadc36 100644 (file)
@@ -1,5 +1,5 @@
 from typing import Optional, Union, Dict, Generator, Any
-from . import message, tsig, rdatatype, rdataclass, name, message
+from . import tsig, rdatatype, rdataclass, name, message
 
 try:
     import ssl