Skip to content

Commit

Permalink
post-merge fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Jan 11, 2025
1 parent ff00aac commit 78b7304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions narwhals/_duckdb/expr_dt.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def to_string(self, format: str) -> DuckDBExpr: # noqa: A002
"strftime", _input, ConstantExpression(format)
),
"to_string",
returns_scalar=self._compliant_expr._returns_scalar,
)

def weekday(self) -> DuckDBExpr:
Expand Down

0 comments on commit 78b7304

Please sign in to comment.