summaryrefslogtreecommitdiff
path: root/pysnmp/carrier/asyncio/dgram/udp6.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/carrier/asyncio/dgram/udp6.py')
-rw-r--r--pysnmp/carrier/asyncio/dgram/udp6.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pysnmp/carrier/asyncio/dgram/udp6.py b/pysnmp/carrier/asyncio/dgram/udp6.py
index 63800112..7c92716f 100644
--- a/pysnmp/carrier/asyncio/dgram/udp6.py
+++ b/pysnmp/carrier/asyncio/dgram/udp6.py
@@ -10,7 +10,8 @@ loop = asyncio.get_event_loop()
domainName = snmpUDP6Domain = (1, 3, 6, 1, 2, 1, 100, 1, 2)
-class Udp6TransportAddress(tuple, AbstractTransportAddress): pass
+class Udp6TransportAddress(tuple, AbstractTransportAddress):
+ pass
class Udp6AsyncioTransport(DgramAsyncioProtocol):
sockFamily = socket.has_ipv6 and socket.AF_INET6 or None