Commit b172f08 1 parent 5f04988 commit b172f08 Copy full SHA for b172f08
File tree 4 files changed +1
-7
lines changed
4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -205,11 +205,9 @@ impl SeafowlContext {
205
205
206
206
#[ cfg( test) ]
207
207
pub mod test_utils {
208
- use std:: sync:: Arc ;
209
-
210
208
use crate :: config:: context:: build_context;
211
209
use crate :: config:: schema;
212
- use crate :: config:: schema:: { Catalog , SeafowlConfig , Sqlite } ;
210
+ use crate :: config:: schema:: { Catalog , Sqlite } ;
213
211
use sqlx:: sqlite:: SqliteJournalMode ;
214
212
215
213
use super :: * ;
Original file line number Diff line number Diff line change @@ -901,7 +901,6 @@ impl SeafowlContext {
901
901
mod tests {
902
902
use crate :: context:: test_utils:: in_memory_context_with_test_db;
903
903
use datafusion:: assert_batches_eq;
904
- use std:: sync:: Arc ;
905
904
906
905
use super :: super :: test_utils:: in_memory_context;
907
906
use super :: * ;
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ use sqlparser::{
39
39
} ;
40
40
use std:: collections:: { HashMap , VecDeque } ;
41
41
use std:: str:: FromStr ;
42
- use std:: string:: ToString ;
43
42
44
43
// Use `Parser::expected` instead, if possible
45
44
macro_rules! parser_err {
Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ use datafusion_expr::ColumnarValue;
27
27
use std:: sync:: Arc ;
28
28
use std:: vec;
29
29
30
- use rmp_serde;
31
30
use rmp_serde:: Serializer ;
32
- use serde;
33
31
34
32
use serde:: Serialize ;
35
33
You can’t perform that action at this time.
0 commit comments