diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/Utilities/uic.py --- a/src/eric7/Utilities/uic.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/Utilities/uic.py Mon Feb 24 15:43:49 2025 +0100 @@ -100,9 +100,9 @@ @param uiheadername UI file name to be placed in the header (defaults to "") @type str ((optional) """ - from PyQt6.QtCore import PYQT_VERSION_STR # noqa: I102 - from PyQt6.uic.compile_ui import _display_code, _header # noqa: I102 - from PyQt6.uic.Compiler import compiler, indenter # noqa: I102 + from PyQt6.QtCore import PYQT_VERSION_STR # noqa: I-102 + from PyQt6.uic.compile_ui import _display_code, _header # noqa: I-102 + from PyQt6.uic.Compiler import compiler, indenter # noqa: I-102 if uiheadername: uifname = uiheadername