Skip to content

Fix couple inconsistencies in protocols vs TypeType #19267

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ilevkivskyi
Copy link
Member

No description provided.

This comment has been minimized.

@ilevkivskyi
Copy link
Member Author

The fix(es) here are quite straightforward, so I am going to merge this without a review, unless there are objections.

Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

prefect (https://github.com/PrefectHQ/prefect)
+ src/prefect/utilities/services.py:129: note: Following member(s) of "Exception" have conflicts:
+ src/prefect/utilities/services.py:129: note:     Expected:
+ src/prefect/utilities/services.py:129: note:         def __hash__() -> int
+ src/prefect/utilities/services.py:129: note:     Got:
+ src/prefect/utilities/services.py:129: note:         def __hash__(self: object) -> int

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.

1 participant