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. """