tests: py2 cleanup - remove subclassing of object
[vpp.git] / src / plugins / nat / extras / nat_10ks.py
index 9bd7d8f..33c7196 100644 (file)
@@ -1,6 +1,6 @@
 from trex_stl_lib.api import *
 
-class STLS1(object):
+class STLS1:
 
     def create_stream (self):
         base_pkt = Ether()/IP(dst="2.2.0.1")/UDP(dport=12)