We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714aa70 commit 001988eCopy full SHA for 001988e
src/dataframe.rs
@@ -125,7 +125,7 @@ struct PythonFormatter<'py> {
125
}
126
127
/// Get the Python formatter and its configuration
128
-fn get_python_formatter_with_config<'py>(py: Python<'py>) -> PyResult<PythonFormatter<'py>> {
+fn get_python_formatter_with_config(py: Python) -> PyResult<PythonFormatter> {
129
let formatter = import_python_formatter(py)?;
130
let config = build_formatter_config_from_python(&formatter)?;
131
Ok(PythonFormatter { formatter, config })
0 commit comments