Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Sep 25, 2022
1 parent 7d8d25b commit 9c7d3a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rust/src/delta_datafusion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ use datafusion_expr::{combine_filters, Expr};
use object_store::{path::Path, ObjectMeta};
use url::Url;

use crate::action;
use crate::delta;
use crate::schema;
use crate::DeltaTableError;
use crate::Invariant;

impl From<DeltaTableError> for DataFusionError {
Expand Down

0 comments on commit 9c7d3a1

Please sign in to comment.