Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytests/tests/test_pyfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_args_kwargs_rs(benchmark):
assert rust == py


def positional_only_py(a, /, b):
def positional_only_py(a, b):
return a, b


Expand Down
Loading