From e061dad55e75ea5d5db20ceda28f557971dd9483 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Fri, 4 Dec 2020 14:57:51 -0500 Subject: tests: py2 cleanup - remove subclassing of object Type: refactor Change-Id: I9096e3b473110350e1e8e5936e3c4c164f8969a7 Signed-off-by: Paul Vinciguerra --- test/ipfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ipfix.py') 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): -- cgit 1.2.3-korg