Skip to content

Commit 48acb99

Browse files
authored
lint
1 parent b28670f commit 48acb99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

asv_bench/benchmarks/index_object.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,7 @@ def peakmem_gc_instances(self, N):
260260

261261
class Creation:
262262
param_names = ["dtype", "size"]
263-
params = [
264-
["uint8", "uint32", "int32", "float64", "float32"],
265-
[0, 1, 10, 100, 200]
266-
]
263+
params = [["uint8", "uint32", "int32", "float64", "float32"], [0, 1, 10, 100, 200]]
267264

268265
def setup(self, dtype, size):
269266
self.array = np.zeros(size, dtype=dtype)

0 commit comments

Comments
 (0)