diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Templates/TemplateViewer.py --- a/src/eric7/Templates/TemplateViewer.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Templates/TemplateViewer.py Tue Apr 23 11:26:04 2024 +0200 @@ -485,13 +485,13 @@ @pyqtSlot() @pyqtSlot(QTreeWidgetItem, int) - def __templateItemActivated(self, itm=None, col=0): + def __templateItemActivated(self, itm=None, _col=0): """ Private slot to handle the activation of an item. @param itm reference to the activated item @type QTreeWidgetItem - @param col column the item was activated in + @param _col column the item was activated in (unused) @type int """ if not self.__activating: