diff -r 9c64ac720853 -r 57ed3cb66e9a src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/AsyncVisitor.py --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/AsyncVisitor.py Wed Aug 30 17:23:53 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/AsyncVisitor.py Thu Aug 31 13:59:43 2023 +0200 @@ -18,9 +18,11 @@ # Python < 3.9 from ast_unparse import unparse -# -# The visitor is adapted from flake8-async v22.11.14 -# +####################################################################### +## AsyncVisitor +## +## adapted from: flake8-async v22.11.14 +####################################################################### class AsyncVisitor(ast.NodeVisitor):