-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Rework redis/asyncio/{connection,sentinel}.pyi #10370
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
Conversation
This comment has been minimized.
This comment has been minimized.
|
I have no time to look into the pytype error at the moment. @rchen152: Could have a look? Otherwise I'll try to narrow the problem down tomorrow. |
This fixes the pytype tests.
|
The pytype fix was fairly straightforward: Remove the quotes around bound types from the TypeVar, which is cleaner anyway: |
|
(Test failure is a GitHub hickup, I will restart the failed test.) |
This comment has been minimized.
This comment has been minimized.
|
Sorry this PR has been sitting here for so long. There is a fairly big merge conflict; if you fix that I'll review it. |
|
@srittau ping on this one. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Closes: #10362