Skip to content

Commit

Permalink
refactor(python): Re-export PyO3 in polars-python crate (#18835)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Sep 22, 2024
1 parent 2b4986a commit 8276084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-python/src/export.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub use pyo3;
1 change: 1 addition & 0 deletions crates/polars-python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub mod dataframe;
pub mod datatypes;
pub mod error;
pub mod exceptions;
pub mod export;
pub mod expr;
pub mod file;
#[cfg(feature = "pymethods")]
Expand Down

0 comments on commit 8276084

Please sign in to comment.