--- a/src/eric7/EricNetwork/EricGoogleMailHelpers.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/EricNetwork/EricGoogleMailHelpers.py Mon Feb 24 15:43:49 2025 +0100 @@ -41,8 +41,8 @@ Module function to install the required packages to support Google mail. """ with contextlib.suppress(ImportError, KeyError): - from eric7.EricWidgets.EricApplication import ericApp # noqa: I101 - from eric7.SystemUtilities import PythonUtilities # noqa: I101 + from eric7.EricWidgets.EricApplication import ericApp # noqa: I-101 + from eric7.SystemUtilities import PythonUtilities # noqa: I-101 pip = ericApp().getObject("Pip") pip.installPackages( @@ -51,4 +51,4 @@ # -# eflag: noqa = U200 +# eflag: noqa = U-200