-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
add stubs for m3u8 #12683
add stubs for m3u8 #12683
Conversation
This comment has been minimized.
This comment has been minimized.
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. Not a full review, just a few things I noticed.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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! A few notes below. Also, please either add a short comment explaining the allowed types for each Any
or change the Any
s to Incomplete
for now.
You should remove the |
no error from mypy |
- replace Any with Incomplete (on args is removed aka unannoted) - _PlaylistProtocol is no longer inherited from BasePathMixin - BasePathMixin is no longer a protocol (matching runtime behavior)
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
No description provided.