src/eric7/MicroPython/AddEditDevicesDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- 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()

eric ide

mercurial