You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/12/02 19:22:40 UTC

[airflow] branch main updated (eaa8ac7 -> b5b4020)

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

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


    from eaa8ac7  Fix possible reference to undeclared variable (#19933)
     add b5b4020  Fixed MyPy type issues for cli and api_connection tests (#19948)

No new revisions were added by this update.

Summary of changes:
 tests/api_connexion/endpoints/test_dag_source_endpoint.py | 3 ++-
 tests/cli/commands/test_dag_command.py                    | 5 ++---
 tests/cli/commands/test_info_command.py                   | 4 ++--
 tests/cli/commands/test_task_command.py                   | 6 ++++++
 4 files changed, 12 insertions(+), 6 deletions(-)