diff -r 5d807e997391 -r c6011e501282 scripts/uninstall.py --- a/scripts/uninstall.py Sat Dec 16 17:52:02 2023 +0100 +++ b/scripts/uninstall.py Sun Dec 17 17:15:19 2023 +0100 @@ -426,7 +426,7 @@ @param path registry path of the variable @type str @return value of requested registry variable - @rtype any + @rtype Any """ # From http://stackoverflow.com/a/35286642 import winreg # __IGNORE_WARNING_I103__