jmcarp commented on issue #4685: [AIRFLOW-3862] Check types with mypy. URL: https://github.com/apache/airflow/pull/4685#issuecomment-470393380 @ashb: switched from `Sequence[str]` to `Iterable[str]` like you suggested. @feng-tao: python 2.7 doesn't have type annotations, so we have to define them using comments: https://mypy.readthedocs.io/en/latest/python2.html. If we drop python 2.x support in the future, we can update to use type annotations.
---------------------------------------------------------------- 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] With regards, Apache Git Services
