From fddb0b29e1047bd85fac212afdbd7f69bbef1efc Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Mon, 2 May 2022 11:38:58 -0700 Subject: [PATCH] Remove unnecessary import --- manimlib/scene/scene.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manimlib/scene/scene.py b/manimlib/scene/scene.py index a0ffd1e4..fb765c72 100644 --- a/manimlib/scene/scene.py +++ b/manimlib/scene/scene.py @@ -13,7 +13,6 @@ import numpy as np from tqdm import tqdm as ProgressDisplay from manimlib.animation.animation import prepare_animation -from manimlib.animation.transform import MoveToTarget from manimlib.camera.camera import Camera from manimlib.constants import ARROW_SYMBOLS from manimlib.constants import DEFAULT_WAIT_TIME