-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add type annotations to tex_mobject.py
#4355
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 type annotations to tex_mobject.py
#4355
Conversation
8a5f57c
to
3c27e81
Compare
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 left 2 suggestions:
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!
tex_mobject.py
tex_mobject.py
This reverts commit df36f4f.
@henrikmidtiby An issue happened when building the docs. I enabled the automerge of this PR in case all required checks pass, but I see that building the docs seems to be not required for merging, so a bug was just merged... Investigating further, it's because the default value of Could you please make a quick emergency PR to revert that change and type |
@chopan050 Here you are #4358 |
Overview: What does this pull request change?
This PR adds type annotations to the
tex_mobject.py
file.Reviewer Checklist