Skip to content

Commit

Permalink
tests/benchmark: Work around a mypy issue with more type: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed May 25, 2019
1 parent b477e28 commit 741553e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
r.bench_func(f.__name__, f, x)

for f in SCALAR_OPS: # type: ignore
r.bench_func(f.__name__, f, x, scalar)
r.bench_func(f.__name__, f, x, scalar) # type: ignore

0 comments on commit 741553e

Please sign in to comment.