fweilun commented on code in PR #53647:
URL: https://github.com/apache/airflow/pull/53647#discussion_r2256124462
##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/wasb.py:
##########
@@ -590,7 +591,7 @@ def __init__(
"""Initialize the hook instance."""
self.conn_id = wasb_conn_id
self.public_read = public_read
- self.blob_service_client: AsyncBlobServiceClient = None # type: ignore
+ self.blob_service_client: AsyncBlobServiceClient | None = None #
type: ignore
Review Comment:
Thank you for reviewing my code!
I've removed the related code. For `blob_service_client`, would you like me
to open an issue for this?
--
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]