-
Notifications
You must be signed in to change notification settings - Fork 22
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
Use Sequence instead of List #285
Conversation
@muffinmad Can you also run the generator? you can run this from project root.
|
@karthiknadig Sure. But is it ok that running generator introduces so many changes to
Not only |
Install |
@microsoft-github-policy-service agree |
You might need to update |
The
main.py
:The output of
mypy main.py
:Replacing
List
withSequence
solve the error reported by Mypy: