]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add missing import to trio example
authorBob Halley <halley@dnspython.org>
Sun, 17 May 2020 02:48:49 +0000 (19:48 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 17 May 2020 02:48:49 +0000 (19:48 -0700)
examples/trio.py

index bed8c0daa34bb1f2ab3079d2c150df5f799df382..4f65e440cce3a30eaf6fda1312431be40c8ab9bf 100644 (file)
@@ -4,6 +4,7 @@ import trio
 
 import dns.message
 import dns.trio.query
+import dns.trio.resolver
 
 async def main():
     if len(sys.argv) > 1: