eladkal commented on code in PR #53107:
URL: https://github.com/apache/airflow/pull/53107#discussion_r2195939486


##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/utils.py:
##########
@@ -61,7 +62,7 @@ def _get_default_azure_credential(
     managed_identity_client_id: str | None = None,
     workload_identity_tenant_id: str | None = None,
     use_async: bool = False,
-) -> DefaultAzureCredential | AsyncDefaultAzureCredential:
+) -> Any:

Review Comment:
   is this the right fix?
   I mean when you go that broad it's no doubt fixing the error but is it the 
best thing to do?
   Saying Any is like saying not using mypy at all. isn't it?



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