Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(python): Fix ml.torch.py delete unknown mypy annotation #18579

Closed

Conversation

xaellison
Copy link

This is a quick attempt to fix #18578

As far as I can tell, this is directing mypy to ignore a class of errors called "unused-ignore" but that doesn't exist in the list of error codes mypy supports https://mypy.readthedocs.io/en/stable/error_code_list.html

@xaellison xaellison closed this Sep 5, 2024
@xaellison xaellison deleted the delete_unused_ignore_annotation branch September 5, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mypy fails due to "unused-ignore"
1 participant