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 false positive for not-async-context-manager when contextlib.asynccontextmanager is used #3996

Merged
merged 1 commit into from
Dec 28, 2020

Conversation

PCManticore
Copy link
Contributor

@PCManticore PCManticore commented Dec 28, 2020

Steps

  • Add yourself to CONTRIBUTORS if you are a new contributor.
  • Add a ChangeLog entry describing what your PR does.
  • If it's a new feature or an important bug fix, add a What's New entry in doc/whatsnew/<current release.rst>.
  • Write a good description on what the PR does.

Type of Changes

Type
🐛 Bug fix

Related Issue

Close #3862

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 90.815% when pulling b0be61a on fix-async-gen-detection into 3a065a1 on master.

@coveralls
Copy link

coveralls commented Dec 28, 2020

Coverage Status

Coverage increased (+0.002%) to 90.859% when pulling b0be61a on fix-async-gen-detection into 3a065a1 on master.

@PCManticore PCManticore merged commit f24d765 into master Dec 28, 2020
@PCManticore PCManticore deleted the fix-async-gen-detection branch December 28, 2020 09:49
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.

not-async-context-manager false positive: wrapped asynccontextmanager
2 participants