Skip to content

Commit af8a205

Browse files
committed
Remove unused clippy warning
1 parent c680d60 commit af8a205

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/context.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,6 @@ impl PySessionContext {
707707
Ok(())
708708
}
709709

710-
#[allow(clippy::too_many_arguments)]
711710
#[pyo3(signature = (name,
712711
path,
713712
options=None))]
@@ -940,7 +939,6 @@ impl PySessionContext {
940939
Ok(PyDataFrame::new(df))
941940
}
942941

943-
#[allow(clippy::too_many_arguments)]
944942
#[pyo3(signature = (
945943
path,
946944
options=None))]

0 commit comments

Comments
 (0)