Skip to content

Commit 58845c0

Browse files
committed
lint
1 parent a523803 commit 58845c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/catalog/src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use arrow::datatypes::SchemaRef;
2525
use async_trait::async_trait;
2626
use datafusion_common::Result;
2727
use datafusion_common::{not_impl_err, Constraints, Statistics};
28-
use datafusion_expr::{Expr, SortExpr};
28+
use datafusion_expr::Expr;
2929

3030
use datafusion_expr::dml::InsertOp;
3131
use datafusion_expr::{

0 commit comments

Comments
 (0)