summaryrefslogtreecommitdiff
path: root/dns/_asyncbackend.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-16 08:10:16 -0700
committerBob Halley <halley@dnspython.org>2020-06-16 08:10:16 -0700
commit18e5a9ba0975c06787240ed77013bc6974279e3e (patch)
tree01552f04313f971f9a1c60f7a16cce600def7ad5 /dns/_asyncbackend.py
parent7ba07bb2b0ab6cf988be4c2b7cc1f9c9bdb5177c (diff)
downloaddnspython-18e5a9ba0975c06787240ed77013bc6974279e3e.tar.gz
lint
Diffstat (limited to 'dns/_asyncbackend.py')
-rw-r--r--dns/_asyncbackend.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/dns/_asyncbackend.py b/dns/_asyncbackend.py
index 705ce18..d96dce1 100644
--- a/dns/_asyncbackend.py
+++ b/dns/_asyncbackend.py
@@ -1,10 +1,5 @@
# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
-import socket
-
-import dns.inet
-
-
# This is a nullcontext for both sync and async. 3.7 has a nullcontext,
# but it is only for sync use.