We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c680d60 commit af8a205Copy full SHA for af8a205
1 file changed
src/context.rs
@@ -707,7 +707,6 @@ impl PySessionContext {
707
Ok(())
708
}
709
710
- #[allow(clippy::too_many_arguments)]
711
#[pyo3(signature = (name,
712
path,
713
options=None))]
@@ -940,7 +939,6 @@ impl PySessionContext {
940
939
Ok(PyDataFrame::new(df))
941
942
943
944
#[pyo3(signature = (
945
946
0 commit comments