Skip to content

Commit

Permalink
clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Jan 14, 2024
1 parent 334a4fc commit 4fae592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/polars-sql/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ use polars_lazy::dsl::Expr;
use polars_lazy::dsl::ListNameSpaceExtension;
use polars_plan::dsl::{coalesce, concat_str, count, when};
use polars_plan::logical_plan::LiteralValue;
#[cfg(feature = "list_eval")]
use polars_plan::prelude::col;
use polars_plan::prelude::LiteralValue::Null;
use polars_plan::prelude::{col, lit, StrptimeOptions};
use polars_plan::prelude::{lit, StrptimeOptions};
use sqlparser::ast::{
Expr as SQLExpr, Function as SQLFunction, FunctionArg, FunctionArgExpr, Value as SQLValue,
WindowSpec, WindowType,
Expand Down

0 comments on commit 4fae592

Please sign in to comment.