diff -r 5d807e997391 -r c6011e501282 src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py Sat Dec 16 17:52:02 2023 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/AstUtilities.py Sun Dec 17 17:15:19 2023 +0100 @@ -93,7 +93,7 @@ @param node reference to the node to extract the value from @type ast.Constant @return value of the node - @rtype any + @rtype Any @exception TypeError raised to indicate an unsupported type """ if not isinstance(node, ast.Constant):