Skip to content

Commit 3f19a28

Browse files
Add missing import
1 parent 8c39b47 commit 3f19a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_story/git_story.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from manim import *
2-
import git
2+
import git, sys
33

44
class GitStory(MovingCameraScene):
55
def __init__(self, args):

0 commit comments

Comments
 (0)