potiuk commented on pull request #9733: URL: https://github.com/apache/airflow/pull/9733#issuecomment-663841474
I've added a fixup: there were two problems -> Iterable is "read only" - so it has no "append" method - so the type should be List explicitly. And clie is set to None initially, and it **should** be initialized, but adding explicit flow to handle the case where it is None, helps mypy to understand that it cannot be None. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
