potiuk commented on pull request #20860: URL: https://github.com/apache/airflow/pull/20860#issuecomment-1038394132
I think it is "triggered" by some of the changes you've done in `cncf.kubrmetes`. MyPy is "stable" (i.e. same files generate same errors) but the stability is a bit "fragile" - i.e. changes in one area might generate new errors discovered "around" - even if they are seemingly unrelate. In this case it seems that adding new package (the __init_.py in decorators) triggered it. I think you do not need that change actually so likely removing it will fix it. -- 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]
