You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/10 08:08:56 UTC

[GitHub] [airflow] potiuk commented on pull request #22884: Fix new MyPy errors in main

potiuk commented on PR #22884:
URL: https://github.com/apache/airflow/pull/22884#issuecomment-1094213550

   BTW. A number of those errors (except the big google Retry) are because `MyPy` has quite a big problem with recognizing that for example our `airflow.providers.grpc` module is not the same as `grpc` . This is because provider's module is implicit and somehow mypy things that grpc is the top-level module (same with jenkins and few others). We will have to solve it better when we split providers from the core.  


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org