mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-03 23:13:51 +08:00
fix: typo
This commit is contained in:
@ -8,7 +8,7 @@ from tqdm import tqdm
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
from .manim import Scene, ThreeDScene, config, logger
|
from .manim import Scene, ThreeDScene, config, logger
|
||||||
except ImportError
|
except ImportError:
|
||||||
Scene = ThreeDScene = config = logger = None
|
Scene = ThreeDScene = config = logger = None
|
||||||
# TODO: manage both manim and manimgl
|
# TODO: manage both manim and manimgl
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user