diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/QScintilla/DocstringGenerator/__init__.py --- a/src/eric7/QScintilla/DocstringGenerator/__init__.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/QScintilla/DocstringGenerator/__init__.py Mon Feb 24 15:43:49 2025 +0100 @@ -25,13 +25,13 @@ "Python3", "MicroPython", ): - from .PyDocstringGenerator import ( # __IGNORE_WARNING_I101__ + from .PyDocstringGenerator import ( # __IGNORE_WARNING_I-101__ PyDocstringGenerator, ) return PyDocstringGenerator(editor) else: - from .BaseDocstringGenerator import ( # __IGNORE_WARNING_I101__ + from .BaseDocstringGenerator import ( # __IGNORE_WARNING_I-101__ BaseDocstringGenerator, )