Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Jul 31, 2024
1 parent 50f88ba commit 5804ced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sql/logical.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

use std::sync::Arc;

use crate::errors::py_unsupported_variant_err;
use crate::expr::aggregate::PyAggregate;
use crate::expr::analyze::PyAnalyze;
use crate::expr::cross_join::PyCrossJoin;
Expand Down

0 comments on commit 5804ced

Please sign in to comment.