Skip to content

Commit 1b3616d

Browse files
Clippy
1 parent 3a86485 commit 1b3616d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

crates/datafusion-app/src/flightsql.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ use tonic::{transport::Channel, IntoRequest};
4444

4545
use crate::{
4646
config::FlightSQLConfig,
47-
flightsql_benchmarks::{BenchmarkMode, FlightSQLBenchmarkStats},
48-
ExecOptions, ExecResult,
47+
flightsql_benchmarks::FlightSQLBenchmarkStats,
48+
local_benchmarks::BenchmarkMode,
49+
ExecOptions,
50+
ExecResult,
4951
};
5052

5153
pub type FlightSQLClient = Arc<Mutex<Option<FlightSqlServiceClient<Channel>>>>;

0 commit comments

Comments
 (0)