Skip to content

Commit 9e45cf6

Browse files
authored
Remove duplicate __all__ declarations in vectorized_mobject.py (#4108)
1 parent 7879fe4 commit 9e45cf6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

manim/mobject/types/vectorized_mobject.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@
7777
# - Think about length of self.points. Always 0 or 1 mod 4?
7878
# That's kind of weird.
7979

80-
__all__ = [
81-
"VMobject",
82-
"VGroup",
83-
"VDict",
84-
"VectorizedPoint",
85-
"CurvesAsSubmobjects",
86-
"VectorizedPoint",
87-
"DashedVMobject",
88-
]
89-
9080

9181
class VMobject(Mobject):
9282
"""A vectorized mobject.

0 commit comments

Comments
 (0)