From 8459c9480d39064b5b00e5085654eb92d63413ed Mon Sep 17 00:00:00 2001 From: Ayowel Date: Sun, 17 May 2026 11:05:27 +0200 Subject: [PATCH] Fix unused rate_func parameter with Unwrite --- manim/animation/creation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manim/animation/creation.py b/manim/animation/creation.py index f79b6ec197..5e421fc0a6 100644 --- a/manim/animation/creation.py +++ b/manim/animation/creation.py @@ -399,7 +399,6 @@ def construct(self): def __init__( self, vmobject: VMobject, - rate_func: Callable[[float], float] = linear, reverse: bool = True, **kwargs, ) -> None: