fix: typo

This commit is contained in:
Jérome Eertmans
2022-09-07 23:35:40 +02:00
parent 2076d65944
commit 51ca828920

View File

@ -8,7 +8,7 @@ from tqdm import tqdm
try:
from .manim import Scene, ThreeDScene, config, logger
except ImportError
except ImportError:
Scene = ThreeDScene = config = logger = None
# TODO: manage both manim and manimgl