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

@ -292,7 +292,7 @@ class MainBreakdown(Scene):
Animation(hash_names)
)
self.play(get_passing_flash(), Animation(hash_names))
self.play(*map(FadeOut, [name, hash_names]))
self.play(*list(map(FadeOut, [name, hash_names])))
self.gpu = gpu
self.rate_words = rate_words