src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10621
f5631f40c4d9
child 11090
f5f5f5803935
diff -r 47be220abdaf -r 779cda568acb src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.py
--- a/src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.py	Sat Apr 20 18:01:36 2024 +0200
@@ -186,11 +186,11 @@
             self.followEditorCheckBox.setChecked(True)
 
 
-def create(dlg):  # noqa: U100
+def create(_dlg):
     """
     Module function to create the configuration page.
 
-    @param dlg reference to the configuration dialog
+    @param _dlg reference to the configuration dialog (unused)
     @type ConfigurationDialog
     @return reference to the instantiated page
     @rtype ConfigurationPageBase

eric ide

mercurial