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 Nov 25, 2024
1 parent e4aac44 commit 6b183c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions manim/scene/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -1786,15 +1786,15 @@ def construct(self):
scene_object = HelloWorld()
scene_object.render()
Parameters
----------
Parameters
---------
construct_function
The (decorated) function that will be used to construct the scene.
scene_class
The base class that is used to construct the scene.
Examples
--------
Examples
-------
An example for a scene using a different base class for the scene::
Expand Down
3 changes: 0 additions & 3 deletions tests/module/scene/test_manimation.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import inspect

from manim._config import tempconfig
from manim.mobject.geometry.arc import Circle
from manim.scene.moving_camera_scene import MovingCameraScene
from manim.scene.scene import REGISTERED_MANIMATIONS, Scene, manimation
from manim.utils import module_ops


def test_cli_registry_manimation():
Expand Down

0 comments on commit 6b183c7

Please sign in to comment.