diff -r 3ede487187f2 -r fab36645aa7d src/eric7/MicroPython/AddEditDevicesDialog.py --- a/src/eric7/MicroPython/AddEditDevicesDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/AddEditDevicesDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -73,11 +73,11 @@ self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(int) - def on_deviceTypeComboBox_currentIndexChanged(self, index): + def on_deviceTypeComboBox_currentIndexChanged(self, _index): """ Private slot to handle the selection of a device type. - @param index index of the current item + @param _index index of the current item (unused) @type int """ board = self.deviceTypeComboBox.currentData()