azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

[Storage] [Typing] [Blob] `_upload_helpers.py` and `_quick_query_helper.py` and `_shared_access_signature.py` and `_list_blob_helpers.py`

Open vincenttran-msft opened this issue 1 year ago • 1 comments

For some reason MyPy keeps flagging this: azure\storage\blob_shared_access_signature.py:390: error: Returning Any from function declared to return "str" [no-any-return]

Which is this line:

return sas.generate_account(
        services=Services(blob=True),
        resource_types=resource_types,

But even Intellisense infers the return-type correctly?? image

vincenttran-msft avatar Dec 20 '23 05:12 vincenttran-msft

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-storage-blob azure-storage-queue

azure-sdk avatar Dec 20 '23 09:12 azure-sdk