Skip to content

Commit

Permalink
chore(fmt): 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 Jan 29, 2025
1 parent 4bf4d38 commit 3c8384a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions manim_slides/__main__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion manim_slides/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c8384a

Please sign in to comment.