Skip to content

Commit 77b2274

Browse files
Fix import bug
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
1 parent cbd990d commit 77b2274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_sim/git_sim_commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import git
44
import manim as m
55
import typer
6-
from animations import handle_animations
6+
from git_sim.animations import handle_animations
77

88
from git_sim.git_sim_base_command import GitSimBaseCommand
99

0 commit comments

Comments
 (0)