Skip to content

Commit 1d1a3b0

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Add noqa comment to Scenario.__init__ for PLR0913
1 parent 128d85d commit 1d1a3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microbenchmark/scenario.py

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

1313

1414
class Scenario:
15-
def __init__(
15+
def __init__( # noqa: PLR0913
1616
self,
1717
function: Callable[..., Any],
1818
args: list[Any] | None = None,

0 commit comments

Comments
 (0)