Remove stray new line

This commit is contained in:
Grant Sanderson 2024-08-23 13:56:16 -05:00
parent e939e1de09
commit 487c714d9b

View file

@ -27,7 +27,6 @@ if TYPE_CHECKING:
from manimlib.typing import ManimColor, Vect3Array
SVG_HASH_TO_MOB_MAP: dict[int, list[VMobject]] = {}
PATH_TO_POINTS: dict[str, Vect3Array] = {}