mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Add missing import to brace.py
Without `import copy` lines 128 to 131 will throw an error. I've tested this edit in my local version of the library and it fixes the bug.
This commit is contained in:
parent
aff2d21bad
commit
45c5ec7091
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from manimlib.mobject.svg.tex_mobject import TextMobject
|
|||
from manimlib.mobject.types.vectorized_mobject import VMobject
|
||||
from manimlib.utils.config_ops import digest_config
|
||||
from manimlib.utils.space_ops import get_norm
|
||||
|
||||
import copy
|
||||
|
||||
class Brace(TexMobject):
|
||||
CONFIG = {
|
||||
|
|
Loading…
Add table
Reference in a new issue