summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc1155.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/rfc1155.py')
-rw-r--r--pysnmp/proto/rfc1155.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pysnmp/proto/rfc1155.py b/pysnmp/proto/rfc1155.py
index 8fb48e8c..b9a2eb25 100644
--- a/pysnmp/proto/rfc1155.py
+++ b/pysnmp/proto/rfc1155.py
@@ -105,7 +105,6 @@ class NetworkAddress(univ.Choice):
raise SmiError('unknown NetworkAddress type %r' % (kind,))
-
class Gauge(univ.Integer):
tagSet = univ.Integer.tagSet.tagImplicitly(
tag.Tag(tag.tagClassApplication, tag.tagFormatSimple, 0x02)