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

Simplified inference on None returns #45

Merged
merged 1 commit into from
Aug 28, 2021

Conversation

mristin
Copy link
Collaborator

@mristin mristin commented Aug 22, 2021

This patch simplifies how we infer that the function returns None
since the previous procedure caused problems related to type annotations
with generic standard collections (see PEP 585).

Related to issue #44.

This patch simplifies how we infer that the function returns `None`
since the previous procedure caused problems related to type annotations
with generic standard collections (see PEP 585).

Related to issue #44.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 92.744% when pulling d9f1e89 on mristin/Simplify-inference-on-None-returns into e1406fc on master.

@mristin mristin merged commit ddc7f68 into master Aug 28, 2021
@mristin mristin deleted the mristin/Simplify-inference-on-None-returns branch August 28, 2021 05:42
mristin added a commit that referenced this pull request Aug 28, 2021
* Simplified inference on `None` returns (#45)
@mristin mristin mentioned this pull request Aug 28, 2021
mristin added a commit that referenced this pull request Aug 28, 2021
* Simplified inference on `None` returns (#45)
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.

2 participants