diff -r 9c64ac720853 -r 57ed3cb66e9a src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyNodeVisitor.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyNodeVisitor.py Wed Aug 30 17:23:53 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/SimplifyNodeVisitor.py Thu Aug 31 13:59:43 2023 +0200 @@ -22,7 +22,7 @@ import AstUtilities ############################################################################### -## The following code is derived from the flake8-simplify package (v0.20.0). +## adapted from: flake8-simplify v0.20.0 ## ## Original License: ##