Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Nov 26, 2024
1 parent 6fefc91 commit 137feb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py-denormalized/src/datastream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use futures::StreamExt;
use std::sync::Arc;
use std::time::Duration;

use core::ops::Index;
use datafusion::arrow::datatypes::Schema;
use datafusion::arrow::pyarrow::PyArrowType;
use datafusion::arrow::pyarrow::ToPyArrow;
Expand Down

0 comments on commit 137feb3

Please sign in to comment.