Skip to content

Commit

Permalink
Remove pyobject_native_type_extract! from expected test output
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <[email protected]>
  • Loading branch information
AndrejOrsula committed May 9, 2024
1 parent dd45bb0 commit 7215b34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyo3_bindgen_engine/tests/bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ test_bindgen! {
::pyo3::pyobject_native_static_type_object!(::pyo3::ffi::PyBaseObject_Type),
::std::option::Option::Some("mod_bindgen_class.MyClass")
);
::pyo3::pyobject_native_type_extract!(MyClass);
#[automatically_derived]
impl MyClass {
/// My docstring for __init__
Expand Down

0 comments on commit 7215b34

Please sign in to comment.