Commit 14598c6
STYLE: Fix linting of benchmarks (#22886)
Fixed the following:
* asv_bench/benchmarks/algorithms.py:12:5: E722 do not use bare except'
* asv_bench/benchmarks/timeseries.py:1:1: F401 'warnings' imported but unused
* asv_bench/benchmarks/stat_ops.py:21:9: E722 do not use bare except'
* asv_bench/benchmarks/stat_ops.py:59:9: E722 do not use bare except'
* asv_bench/benchmarks/pandas_vb_common.py:5:1: F401 'pandas.Panel' imported but unused
* asv_bench/benchmarks/pandas_vb_common.py:12:5: E722 do not use bare except'
* asv_bench/benchmarks/pandas_vb_common.py:37:9: E722 do not use bare except'
* asv_bench/benchmarks/join_merge.py:32:9: E722 do not use bare except'
* asv_bench/benchmarks/io/csv.py:2:1: F401 'timeit' imported but unused
* asv_bench/benchmarks/io/csv.py:8:1: F401 'pandas.compat.PY2' imported but unused
* asv_bench/benchmarks/io/csv.py:184:80: E501 line too long (87 > 79 characters)1 parent f849134 commit 14598c6
File tree
6 files changed
+8
-12
lines changed- asv_bench/benchmarks
- io
6 files changed
+8
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
181 | 179 | | |
182 | 180 | | |
183 | 181 | | |
184 | | - | |
185 | | - | |
| 182 | + | |
| 183 | + | |
186 | 184 | | |
187 | 185 | | |
188 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments