mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Use typing_extensions to import Self for python versions <3.11
This commit is contained in:
@ -11,8 +11,8 @@ from manimlib.utils.rate_functions import smooth
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Callable, List, Iterable, Self
|
||||
from manimlib.typing import ManimColor, Vect3
|
||||
from typing import Callable, List, Iterable
|
||||
from manimlib.typing import ManimColor, Vect3, Self
|
||||
|
||||
|
||||
class AnimatedBoundary(VGroup):
|
||||
|
Reference in New Issue
Block a user