Skip to content

Commit

Permalink
py
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed May 6, 2024
1 parent 0f6f2f7 commit 5bd6af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-polars/src/arrow_interop/to_py.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use arrow::ffi;
use arrow::record_batch::RecordBatch;
use polars::prelude::{ArrayRef, ArrowField};
use polars_core::frame::RecordBatch;
use polars_core::utils::arrow;
use pyo3::ffi::Py_uintptr_t;
use pyo3::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion py-polars/src/dataframe/export.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use polars::frame::RecordBatch;
use polars::export::arrow::record_batch::RecordBatch;
use polars_core::export::arrow::datatypes::IntegerType;
use polars_core::utils::arrow::compute::cast::CastOptions;
use pyo3::prelude::*;
Expand Down

0 comments on commit 5bd6af1

Please sign in to comment.