Commit 894c87a
committed
Fix a small linting error on Python2.7:
```
flake8 basest tests setup.py stress_test.py
stress_test.py:34:29: F812 list comprehension redefines '_' from line 21
make: *** [lint] Error 1
```1 parent 31153af commit 894c87a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments