Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.37k stars 2.71k forks source link

mypy: Type signature has too few arguments [syntax] #35495

Open gncs opened 2 months ago

gncs commented 2 months ago

https://github.com/Azure/azure-sdk-for-python/blob/1c3628232a5b4197dccd581c9021c2b6c851139d/sdk/ml/azure-ai-ml/azure/ai/ml/_utils/_html_utils.py#L104-L105

.../azure/ai/ml/_utils/_html_utils.py:104: error: Type signature has too few arguments  [syntax]
github-actions[bot] commented 2 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github.

swathipil commented 2 months ago

Hi @gncs - Thanks for the feedback! We'll address this asap!

kingernupur commented 1 month ago

Hi @gncs The mypy issue has been fixed and merged in the master. It should be available in the next release.

Thank you for the feedback!