Skip to content

Remove a few unused TypedDicts #8522

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

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Remove a few unused TypedDicts #8522

merged 1 commit into from
Aug 10, 2022

Conversation

AlexWaygood
Copy link
Member

Comment on lines -32 to -37
class _HiredisReaderArgs(TypedDict):
protocolError: Callable[[str], Exception]
replyError: Callable[[str], Exception]
encoding: str | None
errors: str | None

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one exists at runtime, but I don't think we need it in the stub.

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@AlexWaygood AlexWaygood merged commit c87ccce into master Aug 10, 2022
@AlexWaygood AlexWaygood deleted the unused-typeddicts branch August 10, 2022 17:56
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