gopidesupavan commented on code in PR #53647:
URL: https://github.com/apache/airflow/pull/53647#discussion_r2260431326
##########
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:
If your willing to fix no issue required you can open PR, else create a
issue someone can pickup :)
--
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]