--- a/src/eric7/Preferences/ConfigurationDialog.py Tue Apr 16 15:47:11 2024 +0200 +++ b/src/eric7/Preferences/ConfigurationDialog.py Sat Apr 20 18:01:36 2024 +0200 @@ -1477,11 +1477,11 @@ self.__currentConfigurationPageName = pageName - def __createInterfaceLightPageWithSidebars(self, configDlg): # noqa: U100 + def __createInterfaceLightPageWithSidebars(self, _configDlg): """ Private method to create the interface configuration page in light mode. - @param configDlg reference to the configuration dialog + @param _configDlg reference to the configuration dialog (unused) @type ConfigurationWidget @return reference to the configuration page @rtype InterfaceLightPage