[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ mypy Public
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 false positive: return Any from a function declared to return object #8011

Merged
merged 2 commits into from Nov 26, 2019
Merged

Fix false positive: return Any from a function declared to return object #8011

merged 2 commits into from Nov 26, 2019

Conversation

Copy link
Collaborator

TH3CHARLie commented Nov 26, 2019

resolves #8008

Copy link
Member

ilevkivskyi left a comment

Thanks, LGTM! Just one suggestion about indentation.

mypy/checker.py Outdated Show resolved Hide resolved
Co-Authored-By: Ivan Levkivskyi <levkivskyi@gmail.com>
Copy link
Collaborator Author

TH3CHARLie commented Nov 26, 2019

Thanks for the review, the indentation has been updated

ilevkivskyi merged commit 253bdb5 into python:master Nov 26, 2019
TH3CHARLie deleted the fix-any-return branch Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive on returning Any from function declared to return object
2 participants