This is an automated email from the ASF dual-hosted git repository.
xddeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 0443f04 Fix typo (#12222)
add dd2095f Simplify string expressions & Use f-string (#12216)
No new revisions were added by this update.
Summary of changes:
airflow/cli/cli_parser.py | 8 ++++----
airflow/cli/commands/user_command.py | 2 +-
airflow/executors/kubernetes_executor.py | 12 ++++++------
airflow/models/baseoperator.py | 2 +-
airflow/models/dagrun.py | 2 +-
airflow/providers/apache/druid/hooks/druid.py | 2 +-
airflow/providers/google/cloud/hooks/bigquery.py | 6 ++----
airflow/providers/google/cloud/hooks/gcs.py | 4 ++--
airflow/providers/google/cloud/hooks/mlengine.py | 2 +-
airflow/providers/microsoft/azure/hooks/azure_batch.py | 2 +-
airflow/providers/slack/hooks/slack.py | 2 +-
airflow/providers/slack/hooks/slack_webhook.py | 2 +-
airflow/providers/ssh/hooks/ssh.py | 4 +---
tests/providers/apache/druid/hooks/test_druid.py | 10 +++++-----
tests/providers/google/cloud/hooks/test_kubernetes_engine.py | 2 +-
.../google/cloud/operators/test_cloud_sql_system_helper.py | 4 ++--
tests/providers/google/cloud/operators/test_compute.py | 4 ++--
17 files changed, 33 insertions(+), 37 deletions(-)