Skip to content

Commit

Permalink
Remove duplicate __all__ declarations in vectorized_mobject.py (#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
irvanalhaq9 authored Jan 19, 2025
1 parent 7879fe4 commit 9e45cf6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions manim/mobject/types/vectorized_mobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@
# - Think about length of self.points. Always 0 or 1 mod 4?
# That's kind of weird.

__all__ = [
"VMobject",
"VGroup",
"VDict",
"VectorizedPoint",
"CurvesAsSubmobjects",
"VectorizedPoint",
"DashedVMobject",
]


class VMobject(Mobject):
"""A vectorized mobject.
Expand Down

0 comments on commit 9e45cf6

Please sign in to comment.