Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Oct 8, 2024
1 parent d4f51e1 commit c574180
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions rust/core/src/driver_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@
//!
//! ```rust
//! # use std::sync::Arc;
//! # use arrow::{
//! # array::{Array, StringArray, Int64Array, Float64Array},
//! # record_batch::{RecordBatch, RecordBatchReader},
//! # datatypes::{Field, Schema, DataType},
//! # compute::concat_batches,
//! # };
//! # use arrow_array::{Array, StringArray, Int64Array, Float64Array};
//! # use arrow_array::{RecordBatch, RecordBatchReader};
//! # use arrow_schema::{Field, Schema, DataType};
//! # use arrow_select::concat::concat_batches;
//! # use adbc_core::{
//! # driver_manager::ManagedDriver,
//! # options::{AdbcVersion, OptionDatabase, OptionStatement},
Expand Down

0 comments on commit c574180

Please sign in to comment.