This is an automated email from the ASF dual-hosted git repository.
husseinawala pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from baa1cc2d3f6 chore: use object type hint for __eq__ method (#48900)
add 9c11f39e990 chore: make the __enter__ method return Self instead of
the class type (#48902)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/cli/commands/task_command.py | 3 ++-
airflow-core/src/airflow/dag_processing/bundles/base.py | 4 +++-
airflow-core/src/airflow/metrics/base_stats_logger.py | 6 +++---
airflow-core/src/airflow/metrics/datadog_logger.py | 4 ++--
airflow-core/src/airflow/metrics/otel_logger.py | 4 ++--
airflow-core/src/airflow/metrics/protocols.py | 13 ++++++++-----
airflow-core/src/airflow/metrics/statsd_logger.py | 4 ++--
airflow-core/src/airflow/traces/tracer.py | 5 ++++-
airflow-core/src/airflow/utils/sqlalchemy.py | 4 +++-
9 files changed, 29 insertions(+), 18 deletions(-)