mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Fix 6 tests in test_matrix.py due to wrong import of VGroup
This commit is contained in:
parent
3481d59baa
commit
40c166153d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,8 +8,8 @@ from manim.mobject.matrix import (
|
|||
IntegerMatrix,
|
||||
Matrix,
|
||||
)
|
||||
from manim.mobject.opengl.opengl_vectorized_mobject import OpenGLVGroup as VGroup
|
||||
from manim.mobject.text.tex_mobject import MathTex
|
||||
from manim.mobject.types.vectorized_mobject import VGroup
|
||||
|
||||
|
||||
class TestMatrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue