uranusjr commented on a change in pull request #16668:
URL: https://github.com/apache/airflow/pull/16668#discussion_r659281726



##########
File path: tests/build_provider_packages_dependencies.py
##########
@@ -114,13 +114,14 @@ class ImportFinder(NodeVisitor):
     AST visitor that collects all imported names in its imports
     """
 
-    def __init__(self, filename):
+    def __init__(self, filename: str) -> None:
+        

Review comment:
       ```suggestion
       def __init__(self, filename: str) -> None:
   ```
   
   (suggested by flake8)




-- 
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