diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/ast_unparse.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/ast_unparse.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/ast_unparse.py Mon Apr 22 18:23:20 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.