Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Jan 15, 2025
1 parent 7bba41a commit 4797928
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ use datafusion::arrow::array::{RecordBatch, RecordBatchWriter};
use datafusion::arrow::datatypes::SchemaRef;
use datafusion::arrow::util::pretty::pretty_format_batches;
use datafusion::arrow::{csv, json};
use datafusion::execution::SendableRecordBatchStream;
use datafusion::sql::parser::DFParser;
use futures::{Stream, StreamExt};
use log::info;
Expand Down Expand Up @@ -250,8 +249,6 @@ impl CliApp {

#[cfg(feature = "flightsql")]
async fn exec_from_flightsql(&self, sql: String, i: usize) -> color_eyre::Result<()> {
use std::sync::Arc;

let client = self.app_execution.flightsql_client();
let mut guard = client.lock().await;
if let Some(client) = guard.as_mut() {
Expand Down

0 comments on commit 4797928

Please sign in to comment.