Skip to content

Commit e94bd89

Browse files
BUG: apply ruff/flake8-implicit-str-concat rule ISC001
ISC001 Implicitly concatenated string literals on one line
1 parent b77d2c6 commit e94bd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarks/bench_ufunc_strides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class _AbstractBinary(Benchmark):
1010
params = []
11-
param_names = ['ufunc', 'stride_in0', 'stride_in1' 'stride_out', 'dtype']
11+
param_names = ['ufunc', 'stride_in0', 'stride_in1', 'stride_out', 'dtype']
1212
timeout = 10
1313
arrlen = 10000
1414
data_finite = True

0 commit comments

Comments
 (0)