Skip to content

Commit 6d9e117

Browse files
committed
fix: no ref
1 parent 193c3ea commit 6d9e117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use pyo3::prelude::*;
22
use pyo3_arrow::PyTable;
33

44
#[pyfunction]
5-
pub fn from_arrow(table: &Bound<PyTable>) -> () {
5+
pub fn from_arrow(table: Bound<PyTable>) -> () {
66
dbg!(table);
77
todo!()
88
}

0 commit comments

Comments
 (0)