Skip to content

Commit 1ed102c

Browse files
committed
fix: remove PyTableProvider registration from internal module
1 parent e206e06 commit 1ed102c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ fn _internal(py: Python, m: Bound<'_, PyModule>) -> PyResult<()> {
8989
m.add_class::<dataframe::PyDataFrame>()?;
9090
m.add_class::<dataframe::PyParquetColumnOptions>()?;
9191
m.add_class::<dataframe::PyParquetWriterOptions>()?;
92-
m.add_class::<dataframe::PyTableProvider>()?;
9392
m.add_class::<udf::PyScalarUDF>()?;
9493
m.add_class::<udaf::PyAggregateUDF>()?;
9594
m.add_class::<udwf::PyWindowUDF>()?;

0 commit comments

Comments
 (0)