Remove stray import

This commit is contained in:
Grant Sanderson 2022-12-16 11:41:49 -08:00
parent b21f5bad00
commit c6fc8dcf45

View file

@ -42,8 +42,6 @@ from typing import TYPE_CHECKING
if TYPE_CHECKING:
from typing import Callable, Iterable, Sequence, Tuple
import numpy.typing as npt
from manimlib.constants import ManimColor, np_vector