cloudpathlib icon indicating copy to clipboard operation
cloudpathlib copied to clipboard

Remove mypy ignore for AzureBlobClient upload when azure-storage-blob is updated

Open github-actions[bot] opened this issue 4 years ago • 2 comments

Workflow failed: tests #483

github-actions[bot] avatar Mar 06 '22 00:03 github-actions[bot]

This error appears to be a type annotation issue in azure-storage-blob. https://github.com/Azure/azure-sdk-for-python/issues/23362

jayqi avatar Mar 07 '22 03:03 jayqi

PR #217 adds a mypy ignore comment to silence this error. The typing has been fixed in azure-blob-storage but won't be available until their next release. We should remove the ignore comment when that release is available.

https://github.com/Azure/azure-sdk-for-python/issues/23362#issuecomment-1074226116

jayqi avatar Mar 23 '22 14:03 jayqi