You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/24 04:07:31 UTC

[airflow] branch master updated (56d72e3 -> 7b89a04)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 56d72e3  Replace non-empty sets with set literals (#11810)
     add 7b89a04  Replace io.open with builtin open (#11807)

No new revisions were added by this update.

Summary of changes:
 airflow/utils/file.py                         | 3 +--
 provider_packages/SETUP_TEMPLATE.py.jinja2    | 5 +----
 setup.py                                      | 3 +--
 tests/build_provider_packages_dependencies.py | 7 +++----
 tests/utils/test_dag_processing.py            | 8 ++------
 tests/www/test_views.py                       | 2 +-
 6 files changed, 9 insertions(+), 19 deletions(-)