Skip to content

Commit fb71e7f

Browse files
author
remimd
committed
.
1 parent 14ec724 commit fb71e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

injection/_core/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def __build_arguments(
949949
bound: BoundArguments,
950950
additional_arguments: dict[str, Any],
951951
) -> Arguments:
952-
bound.arguments = bound.arguments | additional_arguments
952+
bound.arguments = additional_arguments | bound.arguments
953953
return Arguments(bound.args, bound.kwargs)
954954

955955

0 commit comments

Comments
 (0)