We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68396a commit 6e046fbCopy full SHA for 6e046fb
manim/animation/animation.py
@@ -497,8 +497,6 @@ def __init_subclass__(cls, **kwargs) -> None:
497
498
cls._original__init__ = cls.__init__
499
500
- _original__init__ = __init__ # needed if set_default() is called with no kwargs directly from Animation
501
-
502
@classmethod
503
def set_default(cls, **kwargs) -> None:
504
"""Sets the default values of keyword arguments.
0 commit comments