summaryrefslogtreecommitdiffstats
path: root/test/ipfix.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ipfix.py')
-rw-r--r--test/ipfix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipfix.py b/test/ipfix.py
index 5b32a85a2e7..bac6dfd4c2a 100644
--- a/test/ipfix.py
+++ b/test/ipfix.py
@@ -501,7 +501,7 @@ bind_layers(IPFIX, Set)
bind_layers(UDP, IPFIX, dport=4739)
-class IPFIXDecoder(object):
+class IPFIXDecoder:
""" IPFIX data set decoder """
def __init__(self):