--- a/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/messages.py Wed Oct 12 19:44:29 2022 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/messages.py Wed Oct 12 19:54:22 2022 +0200 @@ -351,7 +351,6 @@ @param filename name of the file (string) @param loc location of the issue - @param names names of the imported futures (string) """ Message.__init__(self, filename, loc) self.message_args = ()