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 4, 2024
1 parent fea359a commit 30c67e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manim/utils/ipython_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
from __future__ import annotations

import mimetypes
import os
import shutil
from datetime import datetime
from pathlib import Path
from typing import Any

from manim import Group, config, logger, tempconfig
from manim import config, logger, tempconfig
from manim.__main__ import main
from manim.renderer.shader import shader_program_cache

Expand Down

0 comments on commit 30c67e9

Please sign in to comment.