vat2: coverity errors in print_template
[vpp.git] / test / vpp_object.py
index 2a993ff..8dd2afa 100644 (file)
@@ -48,7 +48,7 @@ class VppObject(metaclass=abc.ABCMeta):
         return not self.__eq__(other)
 
 
-class VppObjectRegistry(object):
+class VppObjectRegistry:
     """ Class which handles automatic configuration cleanup. """
     _shared_state = {}