jason810496 commented on code in PR #64209:
URL: https://github.com/apache/airflow/pull/64209#discussion_r3007929299
##########
airflow-core/src/airflow/providers_manager.py:
##########
@@ -1455,10 +1451,6 @@ def provider_configs(self) -> list[tuple[str, dict[str,
Any]]]:
self.initialize_providers_configuration()
return sorted(self._provider_configs.items(), key=lambda x: x[0])
- @property
- def already_initialized_provider_configs(self) -> list[tuple[str,
dict[str, Any]]]:
- return sorted(self._provider_configs.items(), key=lambda x: x[0])
Review Comment:
https://github.com/apache/airflow/pull/64209/changes/8d15993b0769dc0dddea0cf10bdf7243be65fb09
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]