mirror of
https://github.com/3b1b/manim.git
synced 2025-08-31 16:08:54 +00:00
Remove unnecessary import
This commit is contained in:
parent
a39c65cb5c
commit
1aaa3b4ad5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from typing import TYPE_CHECKING
|
|||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Sequence, Tuple
|
||||
from manimlib.constants import ManimColor, np_vector
|
||||
from manimlib.constants import np_vector
|
||||
|
||||
|
||||
class ImageMobject(Mobject):
|
||||
|
|
Loading…
Add table
Reference in a new issue