Remove unneeded import

This commit is contained in:
Grant Sanderson
2020-02-12 11:50:05 -08:00
parent 4b827adfee
commit 5cfae1ea75

View File

@ -9,7 +9,6 @@ from manimlib.constants import PI
from manimlib.constants import RIGHT
from manimlib.constants import TAU
from manimlib.utils.iterables import adjacent_pairs
from manimlib.utils.simple_functions import fdiv
def get_norm(vect):