chore(fmt): auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-01-29 18:29:09 +00:00
parent 4bf4d38fd8
commit 3c8384a908
2 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
"""Manim Slides' main entrypoint.""" """Manim Slides' main entrypoint."""
from .cli.commands import main
from .__version__ import __version__ from .__version__ import __version__
from .checkhealth import checkhealth from .checkhealth import checkhealth
from .cli.commands import main
from .convert import convert from .convert import convert
from .logger import logger from .logger import logger
from .present import list_scenes, present from .present import list_scenes, present

View File

@ -410,7 +410,7 @@ class PresentationConfig(BaseModel): # type: ignore[misc]
) -> None: ) -> None:
""" """
Copy the files to a given directory and return the corresponding configuration. Copy the files to a given directory and return the corresponding configuration.
:param folder: The folder that will contain the animation files. :param folder: The folder that will contain the animation files.
:param use_cached: Whether caching should be used to avoid copies when possible. :param use_cached: Whether caching should be used to avoid copies when possible.
:param include_reversed: Whether to also copy reversed animation to the folder. :param include_reversed: Whether to also copy reversed animation to the folder.