potiuk commented on code in PR #32532:
URL: https://github.com/apache/airflow/pull/32532#discussion_r1260684490


##########
airflow/providers_manager.py:
##########
@@ -950,6 +957,14 @@ def _discover_auth_backends(self) -> None:
                     if _sanity_check(provider_package, 
auth_backend_module_name + ".init_app", provider):
                         
self._api_auth_backend_module_names.add(auth_backend_module_name)
 

Review Comment:
   Yeah. Likely a nice refactor would be nice here. But separately from this 
one.



-- 
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]

Reply via email to