Skip to content

Commit 1b538bd

Browse files
committed
Ignore new pylint check in benchmark function
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 94059c8 commit 1b538bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmark_broadcast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def time_async_task(task: Coroutine[Any, Any, int]) -> tuple[float, Any]:
141141
return timeit.default_timer() - start, ret
142142

143143

144-
# pylint: disable=too-many-arguments
144+
# pylint: disable=too-many-arguments,too-many-positional-arguments
145145
def run_one(
146146
benchmark_method: Callable[[int, int, int], Coroutine[Any, Any, int]],
147147
num_channels: int,

0 commit comments

Comments
 (0)