--- a/src/eric7/WebBrowser/WebBrowserWindow.py Tue Nov 21 11:42:45 2023 +0100 +++ b/src/eric7/WebBrowser/WebBrowserWindow.py Wed Nov 22 17:19:10 2023 +0100 @@ -3964,7 +3964,7 @@ Private slot to manage the QtHelp documentation database. """ if WebBrowserWindow._useQtHelp: - from eric7.QtHelpInterface.QtHelpDocumentationConfigurationDialog import ( # __IGNORE_WARNING__ + from eric7.QtHelpInterface.QtHelpDocumentationConfigurationDialog import ( # noqa: I101 QtHelpDocumentationConfigurationDialog, ) @@ -4062,7 +4062,7 @@ help database. """ if WebBrowserWindow._useQtHelp: - from eric7.QtHelpInterface.HelpDocsInstaller import ( # __IGNORE_WARNING__ + from eric7.QtHelpInterface.HelpDocsInstaller import ( # noqa: I101 HelpDocsInstaller, )