src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/AsyncVisitor.py

branch
eric7
changeset 10175
57ed3cb66e9a
parent 10116
4a619fb7bd09
child 10439
21c28b0f9e41
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):

eric ide

mercurial