Skip to content

Commit ae94694

Browse files
committed
fix double import
1 parent a39d8f1 commit ae94694

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyo3-macros-backend/src/pyclass.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ use crate::pymethod::{
3434
};
3535
use crate::pyversions::{is_abi3_before, is_py_before};
3636
use crate::utils::{self, apply_renaming_rule, Ctx, LitCStr, PythonDoc};
37-
use crate::PyFunctionOptions;
3837

3938
/// If the class is derived from a Rust `struct` or `enum`.
4039
#[derive(Copy, Clone, Debug, PartialEq, Eq)]

0 commit comments

Comments
 (0)