Skip to content

Commit 9a14338

Browse files
committed
fix pypy
1 parent a1a32e0 commit 9a14338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/input_python.rs

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

1515
use crate::build_tools::safe_repr;

0 commit comments

Comments
 (0)