You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prevents customers from getting typing information from the package.
This is reproducible by running mypy==0.931 at the package level directory:
azure-sdk-for-python\sdk\confidentialledger\azure-confidentialledger>python -m mypy ./azure
azure\confidentialledger\_models.py:291: error: Function has duplicate type signatures
Found 1 error in 1 file (errors prevented further checking)
The text was updated successfully, but these errors were encountered:
There are duplicate type signatures present in this init which prevents mypy from continuing to run checks:
azure-sdk-for-python/sdk/confidentialledger/azure-confidentialledger/azure/confidentialledger/_models.py
Lines 291 to 296 in c247151
This prevents customers from getting typing information from the package.
This is reproducible by running mypy==0.931 at the package level directory:
The text was updated successfully, but these errors were encountered: