Azure / Azure/azure-storage-python
Please fix mypy issues
- Lingua principale
- Python
- Stelle
- 343
- Fork
- 243
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.