Skip to content

Commit

Permalink
Remove another format.encode
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Oct 3, 2024
1 parent 1d28722 commit 756accc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf_polars/cudf_polars/dsl/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ def do_evaluate(
col = self.children[0].evaluate(df, context=context, mapping=mapping)

is_timestamps = plc.strings.convert.convert_datetime.is_timestamp(
col.obj, format.encode()
col.obj, format
)

if strict:
Expand Down

0 comments on commit 756accc

Please sign in to comment.