mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 05:52:34 +08:00
After running 2to3
This commit is contained in:
@ -106,7 +106,7 @@ class PowersOfTwo(Scene):
|
||||
two_to_ten.replace(mob[0])
|
||||
self.play(
|
||||
two_to_ten.restore,
|
||||
*map(ShowCreation, lines)
|
||||
*list(map(ShowCreation, lines))
|
||||
)
|
||||
|
||||
curr_po2_outline = curr_po2[-1].copy()
|
||||
|
Reference in New Issue
Block a user