Skip to content

Commit 51ca828

Browse files
committed
fix: typo
1 parent 2076d65 commit 51ca828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim_slides/slide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
try:
1010
from .manim import Scene, ThreeDScene, config, logger
11-
except ImportError
11+
except ImportError:
1212
Scene = ThreeDScene = config = logger = None
1313
# TODO: manage both manim and manimgl
1414

0 commit comments

Comments
 (0)