From 3c8384a908d69397ff9192f7dc6b4442c59a9b44 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:29:09 +0000 Subject: [PATCH] chore(fmt): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- manim_slides/__main__.py | 3 +-- manim_slides/core/config.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manim_slides/__main__.py b/manim_slides/__main__.py index 5fbe7b88..b24542ba 100644 --- a/manim_slides/__main__.py +++ b/manim_slides/__main__.py @@ -1,9 +1,8 @@ """Manim Slides' main entrypoint.""" -from .cli.commands import main - from .__version__ import __version__ from .checkhealth import checkhealth +from .cli.commands import main from .convert import convert from .logger import logger from .present import list_scenes, present diff --git a/manim_slides/core/config.py b/manim_slides/core/config.py index 8f37a5ee..878ae6f5 100644 --- a/manim_slides/core/config.py +++ b/manim_slides/core/config.py @@ -410,7 +410,7 @@ def copy_to( ) -> None: """ Copy the files to a given directory and return the corresponding configuration. - + :param folder: The folder that will contain the animation files. :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.