-
Notifications
You must be signed in to change notification settings - Fork 52
Commit 358a92f
Fix flake8 variable warnings
Flake8 (somewhat correctly) was complaining that we had ambiguous
variable names (both named simply `l`). This fixes the names to
be more descriptive.1 parent b4707b2 commit 358a92f
2 files changed
+6
-6
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | - | ||
32 | + | ||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | - | ||
37 | + | ||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | - | ||
43 | + |
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 | - | ||
147 | + | ||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 | - | ||
151 | + | ||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 | - | ||
155 | + | ||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
|
0 commit comments