Skip to content

Commit 5fafa33

Browse files
committed
fix(location): set skip_from_py_object
1 parent de03b87 commit 5fafa33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use pyo3::prelude::*;
22

3-
#[pyclass]
3+
#[pyclass(skip_from_py_object)]
44
#[derive(Clone, Debug)]
55
pub struct Location {
66
#[pyo3(get, set)]

0 commit comments

Comments
 (0)