src/eric7/MicroPython/MicroPythonWindow.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10683
779cda568acb
child 10928
46651e194fbe
diff -r 3ede487187f2 -r fab36645aa7d src/eric7/MicroPython/MicroPythonWindow.py
--- a/src/eric7/MicroPython/MicroPythonWindow.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/MicroPython/MicroPythonWindow.py	Mon Apr 22 18:23:20 2024 +0200
@@ -359,11 +359,11 @@
         return len(self.__editors)
 
     @pyqtSlot(QWidget, QWidget)
-    def __appFocusChanged(self, old, now):
+    def __appFocusChanged(self, _old, now):
         """
         Private slot to track the application focus.
 
-        @param old reference to the widget loosing focus
+        @param _old reference to the widget loosing focus (unused)
         @type QWidget
         @param now reference to the widget gaining focus
         @type QWidget

eric ide

mercurial