Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 27, 2024
1 parent 53ba462 commit d288979
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manim/mobject/types/vectorized_mobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,9 @@ def construct(self):
"""

def __init__(self, *vmobjects: VMobject | Iterable[VMobject], **kwargs: Any) -> None:
def __init__(
self, *vmobjects: VMobject | Iterable[VMobject], **kwargs: Any
) -> None:
super().__init__(**kwargs)
self.add(*vmobjects)

Expand Down

0 comments on commit d288979

Please sign in to comment.