-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add a structseq
class to _typeshed
#6560
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
Diff from mypy_primer, showing the effect of this PR on open source code: mypy (https://github.com/python/mypy)
+ mypy/fscache.py:149: error: unused "type: ignore" comment
|
Co-authored-by: Akuli <akuviljanen17@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'll wait for another maintainer to merge this, in case someone else wants to review it too.
Diff from mypy_primer, showing the effect of this PR on open source code: mypy (https://github.com/python/mypy)
+ mypy/fscache.py:149: error: unused "type: ignore" comment
|
Diff from mypy_primer, showing the effect of this PR on open source code: mypy (https://github.com/python/mypy)
+ mypy/fscache.py:149: error: unused "type: ignore" comment
|
3 similar comments
Diff from mypy_primer, showing the effect of this PR on open source code: mypy (https://github.com/python/mypy)
+ mypy/fscache.py:149: error: unused "type: ignore" comment
|
Diff from mypy_primer, showing the effect of this PR on open source code: mypy (https://github.com/python/mypy)
+ mypy/fscache.py:149: error: unused "type: ignore" comment
|
Diff from mypy_primer, showing the effect of this PR on open source code: mypy (https://github.com/python/mypy)
+ mypy/fscache.py:149: error: unused "type: ignore" comment
|
Friendly ping :) Any chance of getting of getting this merged? |
Diff from mypy_primer, showing the effect of this PR on open source code: mypy (https://github.com/python/mypy)
+ mypy/fscache.py:148: error: unused "type: ignore" comment
|
Thanks, everybody! 😀 |
Fixes #6546.