Commit 42c5041
committed
Fix flake8 warning
There are actually two warnings. one about "global points" being unused,
as this is only used for reading not for assignment, the global is not
necessary. The second is about the mutable argument default1 parent 4299961 commit 42c5041
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments