summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-16 19:48:49 -0700
committerBob Halley <halley@dnspython.org>2020-05-16 19:48:49 -0700
commitcea118ae65d02de88011b9ddab7e95ded0142f6f (patch)
treee6870ca6143c62ae603369f99d13da5aab2fef55 /examples
parent1d969558244f1732e05c7ab42f292a0bf62e6b62 (diff)
downloaddnspython-cea118ae65d02de88011b9ddab7e95ded0142f6f.tar.gz
add missing import to trio example
Diffstat (limited to 'examples')
-rw-r--r--examples/trio.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/trio.py b/examples/trio.py
index bed8c0d..4f65e44 100644
--- a/examples/trio.py
+++ b/examples/trio.py
@@ -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: