Skip to content

Commit 1f67693

Browse files
committed
chore: force github to let me start a thread
1 parent 3cc3a1c commit 1f67693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def _extract_compliant(self: Self, arg: Any) -> Any:
432432
if isinstance(arg, Series):
433433
return arg._compliant_series._to_expr()
434434
if isinstance(arg, Expr):
435-
return arg._to_compliant_expr(self.__narwhals_namespace__())
435+
return arg._to_compliant_expr(self.__narwhals_namespace__()) # comment
436436
if isinstance(arg, str):
437437
return plx.col(arg)
438438
if get_polars() is not None and "polars" in str(type(arg)): # pragma: no cover

0 commit comments

Comments
 (0)