Skip to content

Commit c89357e

Browse files
committed
remove unused import
1 parent e971add commit c89357e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use datafusion::arrow::pyarrow::PyArrowType;
2828
use datafusion::functions::core::expr_ext::FieldAccessor;
2929
use datafusion::logical_expr::{
3030
col,
31-
expr::{AggregateFunction, InList, InSubquery, ScalarFunction, Sort, WindowFunction},
31+
expr::{AggregateFunction, InList, InSubquery, ScalarFunction, WindowFunction},
3232
lit, Between, BinaryExpr, Case, Cast, Expr, Like, Operator, TryCast,
3333
};
3434
use datafusion::scalar::ScalarValue;

0 commit comments

Comments
 (0)