src/eric7/JediInterface/AssistantJedi.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10243
6a3b0acda958
--- a/src/eric7/JediInterface/AssistantJedi.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/JediInterface/AssistantJedi.py	Thu May 25 19:51:47 2023 +0200
@@ -240,7 +240,7 @@
             self.tr("Extract Function"), self.__jediServer.refactoringExtractFunction
         )
 
-    def __editorShowMenu(self, menuName, menu, editor):
+    def __editorShowMenu(self, menuName, menu, editor):  # noqa: U100
         """
         Private slot called, when the the editor context menu or a submenu is
         about to be shown.

eric ide

mercurial