summaryrefslogtreecommitdiffstats
path: root/test/vpp_object.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpp_object.py')
-rw-r--r--test/vpp_object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vpp_object.py b/test/vpp_object.py
index 2a993ff9e7c..8dd2afac97c 100644
--- a/test/vpp_object.py
+++ b/test/vpp_object.py
@@ -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 = {}