Azure / Azure/azure-storage-python

Please fix mypy issues

Open
#700 5 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
343
Forks
243
PR merge metrics
No merged PRs in 30d

Description

When running mypy on my code it fails due to azure storage blob.

The error is

```python
c:\repos\trading_analytics\fumo-engine\.venv\lib\site-packages\azure\storage\blob\_serialize.py:129: error: Type signature has too many arguments
c:\repos\trading_analytics\fumo-engine\.venv\lib\site-packages\azure\storage\blob\_blob_client.py:1407: error: Type signature has too few arguments
c:\repos\trading_analytics\fumo-engine\.venv\lib\site-packages\azure\storage\blob\aio\_blob_client_async.py:808: error: Type signature has too few arguments
```

Please fix. Thanks

Contributor guide

Open the contributing guide

Research direction

Reproduce the mypy failure and inspect the reported files in azure/storage/blob/_serialize.py, _blob_client.py, and aio/_blob_client_async.py, especially the listed lines. Compare the affected type signatures with the installed Azure dependencies; done means mypy no longer reports these three errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, python
Domain
cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.