Remove stray "kwargs"

This commit is contained in:
Grant Sanderson 2022-12-15 09:18:53 -08:00
parent e8c220a3f2
commit 97a5861ccf

View file

@ -39,7 +39,6 @@ class Animation(object):
# What to enter into the update function upon completion
final_alpha_value: float = 1.0,
suspend_mobject_updating: bool = True,
**kwargs
):
self.mobject = mobject
self.run_time = run_time