Skip to content

Commit ffa797c

Browse files
authored
chore: remove redundant storing of scalar_kwargs in EagerExpr (#2560)
1 parent 80185e6 commit ffa797c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/_compliant/expr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def _reuse_series_namespace(
508508
function_name=f"{self._function_name}->{series_namespace}.{method_name}",
509509
evaluate_output_names=self._evaluate_output_names,
510510
alias_output_names=self._alias_output_names,
511-
call_kwargs={**self._call_kwargs, **kwargs},
511+
call_kwargs=self._call_kwargs,
512512
context=self,
513513
)
514514

0 commit comments

Comments
 (0)