mik-laj commented on code in PR #48881:
URL: https://github.com/apache/airflow/pull/48881#discussion_r2035157723


##########
scripts/ci/pre_commit/update_providers_dependencies.py:
##########
@@ -67,38 +67,6 @@
 ALL_PROVIDER_FILES: list[Path] = []
 
 
-class ImportFinder(NodeVisitor):

Review Comment:
   I don't like ast.NodeVisitor. In most cases it can be replaced by `ast.walk` 
or `ast.iter_child_nodes` and the code is more readable.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to