Commit 4d8e51d
authored
Undefined name: Arrow() --> manim.Arrow() like line 62
% `flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics`
```
./git_sim/git_sim_add.py:46:58: F821 undefined name 'Arrow'
secondColumnArrowMap[x.a_path] = Arrow(stroke_width=3, color=self.scene.fontColor)
^
1 F821 undefined name 'Arrow'
1
```1 parent dafed86 commit 4d8e51d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments