We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e206e06 commit 1ed102cCopy full SHA for 1ed102c
1 file changed
src/lib.rs
@@ -89,7 +89,6 @@ fn _internal(py: Python, m: Bound<'_, PyModule>) -> PyResult<()> {
89
m.add_class::<dataframe::PyDataFrame>()?;
90
m.add_class::<dataframe::PyParquetColumnOptions>()?;
91
m.add_class::<dataframe::PyParquetWriterOptions>()?;
92
- m.add_class::<dataframe::PyTableProvider>()?;
93
m.add_class::<udf::PyScalarUDF>()?;
94
m.add_class::<udaf::PyAggregateUDF>()?;
95
m.add_class::<udwf::PyWindowUDF>()?;
0 commit comments