mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Update imports in tex_mobject.py for constants
This commit is contained in:
parent
bd606886fb
commit
bdc693c875
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ from textwrap import dedent
|
|||
from typing import Any, Self
|
||||
|
||||
from manim import config, logger
|
||||
from manim.constants import *
|
||||
from manim.constants import DEFAULT_FONT_SIZE, PT_OVER_PX, DEFAULT_FONTSIZE_IN_WORLD_SPACE
|
||||
from manim.mobject.geometry.line import Line
|
||||
from manim.mobject.svg.svg_mobject import SVGMobject
|
||||
from manim.mobject.types.vectorized_mobject import VGroup, VMobject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue