src/eric7/Plugins/PluginTranslator.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10716
11cdcc824469
--- a/src/eric7/Plugins/PluginTranslator.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Plugins/PluginTranslator.py	Sat Apr 20 18:01:36 2024 +0200
@@ -40,11 +40,11 @@
 translatorPluginObject = None
 
 
-def createTranslatorPage(configDlg):  # noqa: U100
+def createTranslatorPage(_configDlg):
     """
     Module function to create the Translator configuration page.
 
-    @param configDlg reference to the configuration dialog
+    @param _configDlg reference to the configuration dialog (unused)
     @type ConfigurationWidget
     @return reference to the configuration page
     @rtype TranslatorPage

eric ide

mercurial