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 2023/08/25 17:36:04 UTC

[airflow] branch main updated (8aa2229182 -> 94c8291629)

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 8aa2229182 Refactor: path.rglob(…) does not need ** (#33669)
     add 94c8291629 Refactor: Use f-strings (#33734)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                               | 4 ++--
 airflow/cli/commands/standalone_command.py              | 2 +-
 airflow/providers/google/cloud/sensors/tasks.py         | 2 +-
 airflow/providers/oracle/hooks/oracle.py                | 2 +-
 tests/api_connexion/endpoints/test_user_endpoint.py     | 2 +-
 tests/api_experimental/common/experimental/test_pool.py | 2 +-
 tests/operators/test_bash.py                            | 2 +-
 tests/providers/oracle/operators/test_oracle.py         | 2 +-
 tests/sensors/test_external_task_sensor.py              | 2 +-
 tests/utils/test_edgemodifier.py                        | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)