Skip to content

Commit 6e046fb

Browse files
committed
Remove **kwargs in Animation and add use_override to __init__
1 parent c68396a commit 6e046fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

manim/animation/animation.py

-2
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,6 @@ def __init_subclass__(cls, **kwargs) -> None:
497497

498498
cls._original__init__ = cls.__init__
499499

500-
_original__init__ = __init__ # needed if set_default() is called with no kwargs directly from Animation
501-
502500
@classmethod
503501
def set_default(cls, **kwargs) -> None:
504502
"""Sets the default values of keyword arguments.

0 commit comments

Comments
 (0)