mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 11:27:45 +00:00
Remove stray import
This commit is contained in:
parent
0e558db122
commit
5b697b3782
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from typing import TYPE_CHECKING
|
|||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Callable, Sequence, List, Tuple
|
||||
from manimlib.typing import ManimColor, Vect2, Vect3, Vect4, VectN, Matrix3x3, Vect3Array, Vect2Array
|
||||
from manimlib.typing import Vect2, Vect3, Vect4, VectN, Matrix3x3, Vect3Array, Vect2Array
|
||||
|
||||
|
||||
def cross(v1: Vect3 | List[float], v2: Vect3 | List[float]) -> Vect3:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue