Skip to content

Commit 29da93c

Browse files
committed
fix pypy
1 parent 9a14338 commit 29da93c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/input/input_python.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ use pyo3::types::{
99
};
1010
#[cfg(not(PyPy))]
1111
use pyo3::types::{PyDictItems, PyDictKeys, PyDictValues};
12-
#[cfg(PyPy)]
1312
use pyo3::{ffi, intern, AsPyPointer, PyTypeInfo};
1413

1514
use crate::build_tools::safe_repr;

0 commit comments

Comments
 (0)