dabla commented on PR #40751:
URL: https://github.com/apache/airflow/pull/40751#issuecomment-2277785064
Don't understand the error as we didn't modify that code:
```
airflow/providers/microsoft/azure/hooks/wasb.py:636: error: Return type
"azure.storage.blob.aio._blob_client_async.BlobClient" of "_get_blob_client"
incompatible with return type "azure.storage.blob._blob_client.BlobClient" in
supertype "WasbHook" [override]
def _get_blob_client(self, container_name: str, blob_name: str) ->...
^
airflow/providers/microsoft/azure/hooks/wasb.py:659: error: Return type
"azure.storage.blob.aio._container_client_async.ContainerClient" of
"_get_container_client" incompatible with return type
"azure.storage.blob._container_client.ContainerClient" in supertype
"WasbHook"
[override]
def _get_container_client(self, container_name: str) -> AsyncConta...
^
Found 2 errors in 1 file (checked 3189 source files)
Error 1 returned
You are running mypy with the folders selected. If you want to reproduce it
locally, you need to run the following command:
```
--
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]