[security-attestation] mypy: function has duplicate type signatures #23357
Labels
Attestation
Client
This issue points to a problem in the data-plane of the library.
Service Attention
Workflow: This issue is responsible by Azure service team.
There are duplicate type signatures present in this function which prevents mypy from continuing to run checks:
azure-sdk-for-python/sdk/attestation/azure-security-attestation/azure/security/attestation/aio/_client_async.py
Lines 376 to 378 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: