mirror of
https://github.com/3b1b/manim.git
synced 2025-08-31 22:38:37 +00:00
import Iterables
This commit is contained in:
parent
b387bc0c95
commit
58127e7511
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ from typing import TYPE_CHECKING
|
|||
|
||||
if TYPE_CHECKING:
|
||||
from colour import Color
|
||||
from typing import Union
|
||||
from typing import Iterable, Union
|
||||
|
||||
from manimlib.mobject.types.vectorized_mobject import VGroup
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ from typing import TYPE_CHECKING
|
|||
|
||||
if TYPE_CHECKING:
|
||||
from colour import Color
|
||||
from typing import Union
|
||||
from typing import Iterable, Union
|
||||
|
||||
from manimlib.mobject.types.vectorized_mobject import VGroup
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue