equinor/webviz-config

`mypy` complains about new `azure-storage-blob` package

Closed this issue · 1 comments

...that was released yesterday (https://pypi.org/project/azure-storage-blob/12.9.0/).

Copied from CI log:

[...]/python3.8/site-packages/azure/storage/blob/_serialize.py:129: error: Type signature has too many arguments  [syntax]
[...]/python3.8/site-packages/azure/storage/blob/_blob_client.py:1407: error: Type signature has too few arguments  [syntax]
[...]/python3.8/site-packages/azure/storage/blob/aio/_blob_client_async.py:808: error: Type signature has too few arguments  [syntax]
webviz_config/_deployment/azure_cli.py:244: error: "ContainerClient" has no attribute "__aenter__"  [attr-defined]
webviz_config/_deployment/azure_cli.py:244: error: "ContainerClient" has no attribute "__aexit__"  [attr-defined]