src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10518
1682f3203ae5
child 10926
9ef616cd220d
--- a/src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/InterfaceLightPage.py	Sat Apr 20 18:01:36 2024 +0200
@@ -211,11 +211,11 @@
             self.__setIconBarSamples()
 
 
-def create(dlg, withSidebars=False):  # noqa: U100
+def create(_dlg, withSidebars=False):
     """
     Module function to create the configuration page.
 
-    @param dlg reference to the configuration dialog
+    @param _dlg reference to the configuration dialog (unused)
     @type ConfigurationDialog
     @param withSidebars flag indicating to show the sidebars configuration group
         (defaults to False)

eric ide

mercurial