After running 2to3

This commit is contained in:
Grant Sanderson
2018-08-09 17:56:05 -07:00
parent 06a65190e7
commit 858051a806
172 changed files with 2117 additions and 2221 deletions

View File

@ -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()