Remove stray import

This commit is contained in:
Grant Sanderson 2023-01-30 20:37:27 -08:00
parent 0de914fd01
commit 33116f8af1

View file

@ -25,7 +25,6 @@ from manimlib.constants import DEFAULT_WAIT_TIME
from manimlib.constants import COMMAND_MODIFIER from manimlib.constants import COMMAND_MODIFIER
from manimlib.constants import SHIFT_MODIFIER from manimlib.constants import SHIFT_MODIFIER
from manimlib.constants import RED from manimlib.constants import RED
from manimlib.constants import FRAME_HEIGHT
from manimlib.event_handler import EVENT_DISPATCHER from manimlib.event_handler import EVENT_DISPATCHER
from manimlib.event_handler.event_type import EventType from manimlib.event_handler.event_type import EventType
from manimlib.logger import log from manimlib.logger import log