mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Remove stray "kwargs"
This commit is contained in:
parent
e8c220a3f2
commit
97a5861ccf
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue