src/eric7/MicroPython/MicroPythonWindow.py

branch
eric7
changeset 10683
779cda568acb
parent 10523
e4069ddd7dc7
child 10690
fab36645aa7d
diff -r 47be220abdaf -r 779cda568acb src/eric7/MicroPython/MicroPythonWindow.py
--- a/src/eric7/MicroPython/MicroPythonWindow.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/MicroPython/MicroPythonWindow.py	Sat Apr 20 18:01:36 2024 +0200
@@ -160,7 +160,7 @@
 
     def addSideWidget(
         self,
-        side,  # noqa U100
+        _side,
         widget,
         icon,
         label,
@@ -168,7 +168,7 @@
         """
         Public method to add a widget to the sides.
 
-        @param side side to add the widget to
+        @param _side side to add the widget to (unused)
         @type UserInterfaceSide
         @param widget reference to the widget to add
         @type QWidget

eric ide

mercurial