Skip to content
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

Clean star imports #17

Merged
merged 2 commits into from
Jan 25, 2023

Conversation

paketb0te
Copy link
Contributor

Clean up star (wildcard) imports for better readability and to avoid namespace cluttering.

Replace all instances of from manim import * with import manim as m and prefix all Manim-Objects with m. accordingly.

Fixes #8

@paketb0te paketb0te mentioned this pull request Jan 25, 2023
@initialcommit-io initialcommit-io merged commit dafed86 into initialcommit-com:main Jan 25, 2023
@paketb0te paketb0te deleted the clean_star_imports branch January 25, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up star imports
2 participants