eric6/Debugger/VariablesViewer.py

changeset 8207
d359172d11be
parent 8183
373a5dc48c57
child 8218
7c09585bd960
diff -r adf11836cfce -r d359172d11be eric6/Debugger/VariablesViewer.py
--- a/eric6/Debugger/VariablesViewer.py	Fri Apr 09 18:13:36 2021 +0200
+++ b/eric6/Debugger/VariablesViewer.py	Fri Apr 09 18:38:01 2021 +0200
@@ -28,7 +28,7 @@
 SORT_ROLE = Qt.ItemDataRole.UserRole
 
 
-class VariableItem(object):
+class VariableItem:
     """
     Class implementing the data structure for all variable items.
     """

eric ide

mercurial