--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/ast_unparse.py Wed Apr 10 17:03:56 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/ast_unparse.py Wed May 15 10:45:50 2024 +0200 @@ -42,7 +42,7 @@ def __enter__(self): return self.enter_result - def __exit__(self, *excinfo): + def __exit__(self, *_excinfo): pass # Large float and imaginary literals get turned into infinities in the AST.