src/eric7/VCS/StatusMonitorLed.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/VCS/StatusMonitorLed.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/VCS/StatusMonitorLed.py	Sat Apr 20 18:01:36 2024 +0200
@@ -163,11 +163,11 @@
         """
         self.__vcsClean = state == " "
 
-    def __ledClicked(self, pos):  # noqa: U100
+    def __ledClicked(self, _pos):
         """
         Private slot to react upon clicks on the LED.
 
-        @param pos position of the click
+        @param _pos position of the click (unused)
         @type QPoint
         """
         if self.__on:

eric ide

mercurial