-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Wrong type hint for tracing Signal sequence #3595
Labels
Comments
5 tasks
Fixed by #3596 |
The similar issue still appears for me:
results with:
Python 3.7.7 |
type annotation is reimplemented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Long story short
Type hints for tracing Signal contents look wrong.
Expected behaviour
mypy does not report an error when adding handlers to a signal object.
Actual behaviour
mypy reports an error of
Steps to reproduce
Run mypy over this snippet
Your environment
aiohttp 3.5.4
python 3.7.2
mypy 0.660
The text was updated successfully, but these errors were encountered: