--- a/src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.py Mon Apr 22 18:23:20 2024 +0200 @@ -119,11 +119,11 @@ ) self.networkList.header().setStretchLastSection(True) - def closeEvent(self, evt): + def closeEvent(self, _evt): """ Protected method to handle a window close event. - @param evt reference to the close event + @param _evt reference to the close event (unused) @type QCloseEvent """ self.__scanTimer.stop()