This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2f0769df131 Replace deprecated import for utcnow() to the new one
(#60317)
add fb21525f83c Making ProvidersManager a self contained singleton (#60327)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/providers_manager.py | 13 ++++-
airflow-core/src/airflow/utils/singleton.py | 33 -----------
.../tests/unit/always/test_providers_manager.py | 15 +++++
airflow-core/tests/unit/utils/test_singleton.py | 65 ----------------------
4 files changed, 26 insertions(+), 100 deletions(-)
delete mode 100644 airflow-core/src/airflow/utils/singleton.py
delete mode 100644 airflow-core/tests/unit/utils/test_singleton.py