-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add AIFC module stubs #3075
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 AIFC module stubs #3075
Conversation
Thank you! Without doing a proper review yet, could you remove the empty lines between functions and inside class bodies? We prefer conciseness in typeshed, see our contribution guidelines. |
All requested changes have been made so far, ready for review again. |
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.
Looks mostly good to me, just one thing I noticed below.
Just waiting for @JelleZijlstra's approval now. |
Add type stubs for the AIFC module. Should be another checkbox for #1019 and #1147, presuming I have the types right.