mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
92c489fedb
commit
f60c54581d
3 changed files with 0 additions and 5 deletions
|
|
@ -65,8 +65,6 @@ if TYPE_CHECKING:
|
|||
from manim.animation.animation import Animation
|
||||
from manim.renderer.renderer import RendererData
|
||||
from manim.typing import (
|
||||
FloatRGB_Array,
|
||||
FloatRGBA_Array,
|
||||
ManimFloat,
|
||||
MappingFunction,
|
||||
MatrixMN,
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ import numpy as np
|
|||
import svgelements as se
|
||||
|
||||
from manim import config, logger
|
||||
from manim.utils.color import ManimColor, ParsableManimColor
|
||||
|
||||
from ...constants import RIGHT
|
||||
from ...utils.bezier import get_quadratic_approximation_of_cubic
|
||||
|
|
|
|||
|
|
@ -77,8 +77,6 @@ from manim.typing import Point3D
|
|||
from manim.utils.color import ManimColor, ParsableManimColor, color_gradient
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Self
|
||||
|
||||
from manim.typing import Point3D
|
||||
|
||||
TEXT_MOB_SCALE_FACTOR = 0.05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue