Skip to content

Commit

Permalink
Apply linting after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Aug 28, 2024
1 parent babeb77 commit 955d7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ use std::path::PathBuf;
use std::str::FromStr;
use std::sync::Arc;

use datafusion::execution::session_state::SessionStateBuilder;
use arrow::array::RecordBatchReader;
use arrow::ffi_stream::ArrowArrayStreamReader;
use arrow::pyarrow::FromPyArrow;
use datafusion::execution::session_state::SessionStateBuilder;
use object_store::ObjectStore;
use url::Url;
use uuid::Uuid;
Expand Down

0 comments on commit 955d7d5

Please sign in to comment.