mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
remove superfluous code
This commit is contained in:
parent
dbdd799696
commit
2f26a32f96
1 changed files with 0 additions and 1 deletions
|
@ -701,7 +701,6 @@ class Mobject(Container):
|
||||||
result, submob.get_merged_array(array_attr),
|
result, submob.get_merged_array(array_attr),
|
||||||
axis=0
|
axis=0
|
||||||
)
|
)
|
||||||
submob.get_merged_array(array_attr)
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def get_all_points(self):
|
def get_all_points(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue