diff --git a/manimlib/mobject/mobject.py b/manimlib/mobject/mobject.py index 61cd07ce..a5d78d8c 100644 --- a/manimlib/mobject/mobject.py +++ b/manimlib/mobject/mobject.py @@ -82,7 +82,6 @@ class Mobject(object): # If true, the mobject will not get rotated according to camera position is_fixed_in_frame: bool = False, depth_test: bool = False, - **kwargs ): self.color = color self.opacity = opacity